Ok
I need to call a function outside of document.write, which is back in the main script.
i.e
<html>
<script language = "javascript">
function second(value) {
alert(value)
}
function first(value) {
document.open()
document.write('<a...
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", 15" 16" 17" 18") which have different Price values.
Once they have selected a Allow Whee...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.