Perhaps this is impossible; but, does anyone know if you can pass data to a page called by a frameset?
i.e.
open index.htm?data=here&data=etc w/ data in url
(looks like this)
<html>
<head>
<title>TITLE HERE</title>
</head>
<FRAMESET ROWS="95,*" border=0 frameborder="NO">
<FRAME SRC="./top.html" NAME="top" MARGINWIDTH="0" MARGINHEIGHT="0"
SCROLLING="NO" BORDER="0" NORESIZE frameborder="NO">
<FRAME SRC="form.php" NAME="form" MARGINWIDTH="0"
MARGINHEIGHT="0" SCROLLING="AUTO" BORDER="0" NORESIZE frameborder="NO">
<noframes>
<body bgcolor="#FFFFFF">
<p> </p>
</body>
</noframes>
</FRAMESET>
</html>
And pass data to form.php?
i.e.
open index.htm?data=here&data=etc w/ data in url
(looks like this)
<html>
<head>
<title>TITLE HERE</title>
</head>
<FRAMESET ROWS="95,*" border=0 frameborder="NO">
<FRAME SRC="./top.html" NAME="top" MARGINWIDTH="0" MARGINHEIGHT="0"
SCROLLING="NO" BORDER="0" NORESIZE frameborder="NO">
<FRAME SRC="form.php" NAME="form" MARGINWIDTH="0"
MARGINHEIGHT="0" SCROLLING="AUTO" BORDER="0" NORESIZE frameborder="NO">
<noframes>
<body bgcolor="#FFFFFF">
<p> </p>
</body>
</noframes>
</FRAMESET>
</html>
And pass data to form.php?