chrismiceli
09-28-2002, 04:21 AM
hey, I want a page where you can enter the name of a page and it will update just one frame, here is an example because it is hard to explain
function changeF(url) {
parent.frame1.location.href = "C:\My Documents\htmlpages\" + url
}
<form name="form1">
<input type="text" name="test" value="">Enter your url
<input type="button" name="hi" value="go" onClick="changeF(document.form1.test.value)">
this site will be in frames, can you get this script to work plz, thanx a million.
function changeF(url) {
parent.frame1.location.href = "C:\My Documents\htmlpages\" + url
}
<form name="form1">
<input type="text" name="test" value="">Enter your url
<input type="button" name="hi" value="go" onClick="changeF(document.form1.test.value)">
this site will be in frames, can you get this script to work plz, thanx a million.