-
1. Re: Moving and Positioning the Browser
Nancy O. Jul 13, 2010 1:05 PM (in response to GESYMSB)Before I show you the corrected code, I highly recommend that you DO NOT USE THIS SCRIPT!. Hi-jacking people's browsers and resizing the viewport to suit YOUR needs is considered rude.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <script type="text/javascript"> <!-- self.moveTo(0,0) self.resizeTo(width=800,height=600) //--> </script> </head> <body> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque cursus massa, eu interdum orci adipiscing euismod. Aliquam suscipit tellus id ligula condimentum lacinia id at tellus. Morbi vel lacus metus. Mauris quis augue a libero dapibus elementum. Pellentesque malesuada elit vel arcu semper eget pellentesque tellus tincidunt. In dolor nulla, vehicula quis dapibus eu, semper vitae mi. Pellentesque leo ipsum, pharetra et tempor non, ornare in ligula. Nunc commodo massa et nulla auctor nec vulputate massa vestibulum. Donec ac mi arcu, et tempus est. Etiam sed posuere metus? Sed vehicula, dui nec facilisis blandit, sem elit posuere quam, eget pellentesque diam elit in quam. Nulla ac tellus vel lectus ultrices fringilla. Maecenas nec pretium orci! </p> </body> </html>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb -
2. Re: Moving and Positioning the Browser
GESYMSB Jul 14, 2010 7:07 AM (in response to Nancy O.)The point is that sometimes I put a link somewhere to a video lets say and
browser's from the customer for example is on the lower conner and he or she
do not see the video, all they need to do is move the window but they
just key punches, and dont even know how to things works on a PC.So the window should move to a position that a least they see part
of the video, now, I already got the code going, but for some reason
works on my pc with IE7, works while on Dreamweave, but after closing
everything and going to my web site, the codes does Nothing !
Try it: http://www.gondarelectronics.com
Make your browser small and to a coner, click refresh and the code
should make it cover the screen, remember this is a test, I will change it
after I get it going right.Thanks
-
3. Re: Moving and Positioning the Browser
Nancy O. Jul 14, 2010 10:32 AM (in response to GESYMSB)Your page won't load at all for me.
Use the code validation tools below and fix any reported errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb -
4. Re: Moving and Positioning the Browser
GESYMSB Jul 14, 2010 1:45 PM (in response to Nancy O.)Nothing wrong with the page, it is set as my default hoe page on explorer
so everytime I run explorer, i check on my page, that the server is ok.
Just did 2 seconds ago
Date: Wed, 14 Jul 2010 11:32:57 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
Your page won't load at all for me.
Use the code validation tools below and fix any reported errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
>
-
5. Re: Moving and Positioning the Browser
GESYMSB Jul 14, 2010 1:52 PM (in response to Nancy O.)Congratulations! No Error Found.
This document validates as CSS level 2.1 !
To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:
Date: Wed, 14 Jul 2010 11:32:57 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
Your page won't load at all for me.
Use the code validation tools below and fix any reported errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
>
-
6. Re: Moving and Positioning the Browser
GESYMSB Jul 14, 2010 2:16 PM (in response to Nancy O.)The code shown ( did you get my 2nd mail ) is not my webpage.
IE show a page of about 16 lines, my page is about 144 lines
Date: Wed, 14 Jul 2010 11:32:57 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
Your page won't load at all for me.
Use the code validation tools below and fix any reported errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
>
-
7. Re: Moving and Positioning the Browser
GESYMSB Jul 14, 2010 2:25 PM (in response to Nancy O.)I just went to my wife pc and went to
Gondar Electronics http://www.gondarelectronics.com
And the page shows, however, if you click on Show Source or Code
on the browser, it will display a pge of 16 lines, THAT IS NOT MY PAGE.
I went inside my server "Webmasters" and shows that my server
will be / is re-booted and will be monitored for whatever.
( They working doing something to it )
So I wonder is that's the case why explorer show a 16 lines page
that I believe clear and loads my real page.
Thanks for the exchange of info
( Now I'm getting mad, what is going on here )
Date: Wed, 14 Jul 2010 11:32:57 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
Your page won't load at all for me.
Use the code validation tools below and fix any reported errors.
CSS - http://jigsaw.w3.org/css-validator/
HTML - http://validator.w3.org/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
>
-
8. Re: Moving and Positioning the Browser
Nancy O. Jul 14, 2010 2:30 PM (in response to GESYMSB)#1 Your web page is using FRAMES which is a very poor choice. Here's why:
http://apptools.com/rants/framesevil.php
#2 Once you get passed the FRAMESETS, your code has 44 HTML errors. See link below for details:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.gondarelectronics.com%2Findex .html
#3 <script language="javascript"> is deprecated (old) code now.
Use this instead:
<script type="text/javascript">
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb -
9. Re: Moving and Positioning the Browser
bregent Jul 14, 2010 2:48 PM (in response to GESYMSB)As Nancy said, your main site is in a frame. Sometimes hosts will do this to point you to a different domain. But that's not the case here. It looks like whoever created the site built it within a frame. Who knows why, as it serves no purpose here. The best thing for you to do is remove the frameset. Then fix all of the html errors.
As an aside, I would suggest using flashing/moving text sparingly if at all. Having flashing text for its own sake serves no real purpose and only distracts the user away from the important stuff on your page.
-
10. Re: Moving and Positioning the Browser
GESYMSB Jul 15, 2010 4:09 AM (in response to bregent)I keep telling Nancy that, I do not know why that framed page.
I am going to copy your text and sended to webmasters, because
I never did that, when I go inside webmaster, they indicate that they
were working on the server, to me that's not an excuse.
I do not know where that come from, my page is 144 lines of code.
Maybe is time to start looking for new hosting company.
Date: Wed, 14 Jul 2010 15:49:06 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
As Nancy said, your main site is in a frame. Sometimes hosts will do this to point you to a different domain. But that's not the case here. It looks like whoever created the site built it within a frame. Who knows why, as it serves no purpose here. The best thing for you to do is remove the frameset. Then fix all of the html errors.
As an aside, I would suggest using flashing/moving text sparingly if at all. Having flashing text for its own sake serves no real purpose and only distracts the user away from the important stuff on your page.
>
-
11. Re: Moving and Positioning the Browser
GESYMSB Jul 15, 2010 4:14 AM (in response to Nancy O.)I saving this mail, I do not know much about Java.
Please let me know which of those two lines below is correct:
1: onload{ }
or
2:I use to have my own programming notes but loss everything
on a crash ( no backup )
Thanks
Date: Wed, 14 Jul 2010 15:30:50 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
#1 Your web page is using FRAMES which is a very poor choice. Here's why:
http://apptools.com/rants/framesevil.php
#2 Once you get passed the FRAMESETS, your code has 44 HTML errors. See link below for details:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.gondarelectronics.com%2Findex .html
#3 <script language="javascript"> is deprecated (old) code now.
Use this instead:
<script type="text/javascript">
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
>
-
12. Re: Moving and Positioning the Browser
MurraySummers Jul 15, 2010 4:19 AM (in response to GESYMSB)Please try again. Your post is mostly blank.
-
13. Re: Moving and Positioning the Browser
GESYMSB Jul 15, 2010 5:44 AM (in response to MurraySummers)Hey Murray.....
Does the code goes like this:
" <body> whatever commands </body> "
or like this ?
" <body whatever commands /body> "
I am going inside Webmasters in a few, I wondering if that frame
crap was created by "Goggle" ........
I do not use frames, never like it.
And I did NOT created that file.
Thanks Folks
-
14. Re: Moving and Positioning the Browser
MurraySummers Jul 15, 2010 6:45 AM (in response to GESYMSB)Does the code goes like this:
" <body> whatever commands </body> "
or like this ?
" <body whatever commands /body> "
It's like <body> All the rest of your HTML </body>.
I am going inside Webmasters in a few, I wondering if that frame
crap was created by "Goggle" ........
I assume you mean "Google" and the answer is NO - Google cannot PUT things into your site. The frame was created by your WEB HOST. You are certainly free to change web hosts to any other entity you like, particularly one that doesn't use frames like this.
-
15. Re: Moving and Positioning the Browser
GESYMSB Jul 15, 2010 9:42 AM (in response to MurraySummers)But this is something new, that had never happen before......
I waiting for an answer ( ticket ) from Webmasters...
Thanks for the tip
Date: Thu, 15 Jul 2010 07:46:01 -0600
From: forums@adobe.com
Subject: Moving and Positioning the Browser
Does the code goes like this:
" <body> whatever commands </body> "
or like this ?
" <body whatever commands /body> "
It's like <body> All the rest of your HTML </body>.
I am going inside Webmasters in a few, I wondering if that frame
crap was created by "Goggle" ........
I assume you mean "Google" and the answer is NO - Google cannot PUT things into your site. The frame was created by your WEB HOST. You are certainly free to change web hosts to any other entity you like, particularly one that doesn't use frames like this.
>



