Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. geniedon

    resizing screen resolution using javascript

    also thanks to WartookMan, sorry nearly forgot bro thanks for the info will tell ya the results. thanks geniedon
  2. geniedon

    resizing screen resolution using javascript

    thanks kaht and tviman, i'll get on with it and tell ya what happens see ya
  3. geniedon

    resizing screen resolution using javascript

    hi, i have a problem i have been given some code using javascript to resize the screen to what resolution the user wants. <script language="JavaScript"> if (window.screen.width >= 1024) { URL = "index1.html"; } else if (window.screen.width >= 800) { URL = "index.html"; } else if...
  4. geniedon

    Changing the screen size using JS

    hi Lrnmore, sorry about the miscommunication i think ya rite about leaving that thread open, thanks alot for the new code it seems to work like a treat actually it's brilliant i might need to do some adjustments so it can fit with wot i'm doing , you seem to be the man.
  5. geniedon

    resizing screen resolution using javascript

    geniedon, thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css how could i encorperate this to be resize to any resolution : <HTML> <HEAD> <TITLE>Café Recordings: The...
  6. geniedon

    Changing the screen size using JS

    geniedon, thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css how could i encorperate this to be resize to any resolution : <HTML> <HEAD> <TITLE>Café Recordings: The...
  7. geniedon

    Changing the screen size using JS

    yes i wanted to know the answer to this question (resizing my page to any screen resolution) aswell but Lrnmore i don't understand the links to google.com, could ya explain it a bit more as i'm a bit baffled also will this work with a page done in css using no tables.
  8. geniedon

    printing another page on my website

    hi Lrnmore, thanks for that m8, everythings working your a star, if i got anymore questions i know who i'm coming too. cya geniedon
  9. geniedon

    printing another page on my website

    hi Lrnmore, how can i enclose this <link rel=alternate media=print href=&quot;Print.htm&quot;> on a button, so the user can press this button to print &quot;Print.htm&quot; page, and by the way what is style media ?, is it related to style sheets. peace geniedon
  10. geniedon

    printing another page on my website

    geniedon, thanks Lrnmore for that , i'll give it a try and let ya know the results. big up geniedon
  11. geniedon

    printing another page on my website

    hi all, i wanted know how i can print a page on my website from a image button existing on another page on the same website, what do i do ?, would i have to manipulate either of these codes: <a href=&quot;javascript:window.print()&quot;><img src=&quot;print.gif&quot;></a> or <a...

Part and Inventory Search

Back
Top