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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by subzero2k35

  1. subzero2k35

    calling functions within functions using document.write

    ive sort of done it?? i have put all the functions in 1 remote file (script.js) i have used: <HTML> <script language=&quot;javaScript src=&quot;script.js&quot;> </script> in the first page. documet.write('<script language=&quot;javaScript src=&quot;script.js&quot;>)'...
  2. subzero2k35

    calling functions outside of the document.write

    Ok I need to call a function outside of document.write, which is back in the main script. i.e <html> <script language = &quot;javascript&quot;> function second(value) { alert(value) } function first(value) { document.open() document.write('<a...
  3. subzero2k35

    calling functions within functions using document.write

    Im trying to construct a page on my website which allows the viewer to select a style of Alloy Wheel from a list (this is done in HTML), each Alloy wheel has 5 different sizes (14&quot;, 15&quot; 16&quot; 17&quot; 18&quot;) which have different Price values. Once they have selected a Allow Whee...

Part and Inventory Search

Back
Top