G
Guest
Hi,
I have few lines that I am using a lot in different pages...
such as
if ((document.FrontPage_Form1.Name.value) == "a")
{ document.FrontPage_Form1.Name.value="......"
}
else if ((document.FrontPage_Form1.Name.value) == "b"
{ document.FrontPage_Form1.Name.value="...."
}
something like that...how can i include that in .inc file, and how would i
call that .inc file?
Any help will be greatly appreciated....Thanks
I have few lines that I am using a lot in different pages...
such as
if ((document.FrontPage_Form1.Name.value) == "a")
{ document.FrontPage_Form1.Name.value="......"
}
else if ((document.FrontPage_Form1.Name.value) == "b"
{ document.FrontPage_Form1.Name.value="...."
}
something like that...how can i include that in .inc file, and how would i
call that .inc file?
Any help will be greatly appreciated....Thanks