Manipulating Iexplorer's Toolbars

liunx

Guest
After solving the windows size problem I had before, I hit upon a sore topic of manipulating the Iexplorer's toolbar.<br />
<br />
The image I wished to have, is w=525 and h=768. Although the resizing of the image would sound like the easiest option, there is text on the image that becomes totally unreadable if shrunk (in order to fit in the screen 1023x768).<br />
<br />
So, as a last resort, I am wondering if it is possible to turn off the tool bars. I cannot find any reference to it, in the html tutorials and reference guides I have. So jscript, vb would also be fine.<br />
<br />
Any help aprehciated<br />
<br />
Cheers<br />
<br />
Shakie :cool:<!--content-->hissssssssssss<!--content-->Shakie, you've gotta be joking right?<br />
<br />
Ok, you're not, but I should point out that an image that size will take forever to Download <!--more--> for users, even those on broadband. One thing people don't do is hang around waiting for pages to load! Anything longer than about 10-15 seconds and people will just move onto another site and give yours the flick.<br />
<br />
Secondly, 1024x768 users only make up less than half the users out there. So the MAJORITY of visitors to the site are going to have to scroll every which way anyway if that's the only screen res that the image will fit on.<br />
<br />
And for the third and final bit, no you can't turn off the scrollbars/toolbars/etc in the original window. You'll have to open a new window. I don't know why I'm telling you this, since I think it's one of the silliest ideas I've seen on here for a while, but you can do it using javascript (btw, about 10-12% of users have js turned off):<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onClick="MyWindow=window.open('bloody_big_image.html','MyWindow','toolbar=no,location=no,directories=no,statu s=no,menubar=no,scrollbars=no,resizable<br />
=no'); return false;">Open gianormous popup containing a huge image that will cause you to turn gray while it Download <!--more-->s and won't let you see the whole screen if your res is less than 1024x768</a> <br />
<br />
I seriously suggest you reconsider using that image!<br />
<br />
Neil<!--content-->Option1 isn't that a bit like teaching your son not to steal cars but demonstrating how to hot wire one :mad: instead?<!--content-->Nah, it's just being helpful. In some cases it's best to let them learn from their mistakes - telling 'em is no good. When they find themselves without visitors they'll learn (actually they'll more likely blame the net for being slow or hackers for attacking their site, but we'll know the truth).<br />
<br />
Neil<!--content-->Thank you for that, though the load time will be minimal as the image size is 100k. On this poor old 33 modem it takes all of 20secs if that.<br />
<br />
I have actually thought further about the layout of the website and will be putting a link on the site for those with the small screen rez.<br />
<br />
Me being me and the pig headedness of myself, I have been trawling tutorials of java and html and still found no reference. Though if had come to it, I would have just reverted to vb, though my initial thought would that of option1, if most people have jscript turned off, I had wondered about the majority of people with the vb mods on there browsers.<br />
<br />
Again thank you.<br />
<br />
Shakie<!--content-->Well I tried the code and me being the complete novice I am, cannot get the thing to work.<br />
<br />
For reference the page in question is here (<!-- m --><a class="postlink" href="http://jonsdriving.members.beeb.net">http://jonsdriving.members.beeb.net</a><!-- m -->)<br />
<br />
Thank you again for all your help<br />
<br />
Shakie<!--content-->You are so going about building that page the wrong way!<br />
<br />
Why don't you just get the picture without the text on it (OR a similar picture!) and make that a non-repeating, fixed background to a webpage and then add the text and headings and other pictures (MSA, DIA, MIA, DOA, etc :) ) to the page??<br />
<br />
All you're doing is taking a scan of a brochure/pamphlet and trying to make it a webpage (with a mystery meat image map). Have you wondered why everyone doesn't do this? The answer is because there are FAR FAR better ways of presenting stuff on the net.<br />
<br />
Personally, I think trying to use the pamphlet scan as an online marketing tool will drive more potential customers away than it will attract.<br />
<br />
Nonetheless, I'm not quite sure why or where you're having a problem. When I click on the link you give me the page opens just fine. It's wide enough not to have a horizontal scrollbar, has no whitespace around it, and appears the correct size.<br />
<br />
It does have a vertical scrollbar and will for every body except those who have a GIANORMOUS screen res. You can tell it not to, but then no one could read all the content because they wouldn't be able to scroll down. The pamphlet is simply too big to fit on a single screen (and yes I use 1024x768).<br />
<br />
Anyway, as I said I don't quite understand what the problem you're having is. But, having a guess, I suspect it's getting it to open as a popup from your other pages - yes?<br />
<br />
If so, you place the code I gave you on your page as a link so that you have a page like this:<html><br />
<br />
<head><br />
<title>The Page With The Link</title><br />
</head><br />
<body><br />
<!-- THE FOLLOWING IS THE LINK --><br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onClick="MyWindow=window.open('index.htm','MyWindow','toolbar=no,<br />
location=no,directories=no,status=no,menubar=no,<br />
scrollbars=no,resizable=no'); return false;">Open <br />
gianormous popup containing a huge image that will <br />
cause you to turn gray while it Download <!--more-->s and won't <br />
let you see the whole screen if your res is less <br />
than 1024x768</a> <br />
<br />
</body><br />
</html> You must name this page something other than index.htm<br />
<br />
Equally you'll need to take the resize javascript out of your current index.htm page. Actually, I'd suggest also renaming that page from index.htm as that is the page that anyone typing in your URL of <!-- m --><a class="postlink" href="http://jonsdriving.members.beeb.net/">http://jonsdriving.members.beeb.net/</a><!-- m --> first goes to. If you rename it then remember to change the link above to the new file name (change index.htm).<br />
<br />
Hope this helps, but I STRONGLY urge you to reconsider how you're doing things!!! You're not just making it difficult for yourself, but far more importantly, you're making it difficult for visitors to your site. It's usually not a good idea when trying to market services to visitors to your site to start by pissing them off. Trust me, that's what you're going to do if you persist in trying to do things the way you are.<br />
<br />
Neil<!--content-->>> bgcolor="#ffffff" "" topmargin="0" leftmargin="0" <<<br />
<br />
Don't forget to also banish the pair of quote marks that do nothing (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fjonsdriving.members.beeb.net%2F&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->).<!--content-->OK Shakie<br />
here is a update<br />
<br />
But i agree with Option 1.......<br />
it has not the look of a bizz site doing it this way....<!--content-->Thanks folks.<br />
<br />
Although you did warn me, I am one of these people that doesn't learn until I've run into the wall.<br />
<br />
Thing is, are you all sitting comfy, my next door-but-one neighbour (Jon) wanted this on a site, not knowing the first thing about pcs he asked me, I had warned him that my knowledge of html was lower then basic, so he said well 'I want to put this on the net' and proceeds to give me one of his glossy adverts. I asked where he got the pics (ie was it a booklet/brochure) and he said it was, none the less he handed me the advert and says he wants it as is, hence all the pratting about with the windows and resizing and all that mallarkie.<br />
<br />
Though I have learnt something new, thanks to you folks and I value your cander, even if it was the polite versions hehe.<br />
<br />
Again Thank you<br />
<br />
Shakie<br />
(Humbled once again)<!--content-->
 
Back
Top