Hi I need to post different variables in two different frames the same time (menu, main)using "onClick" when user click a link.How can I do that?
thanks on advance
Hi I need to post different variables in two different frames the same time (menu, main)using "onClick" when user click a link.How can I do that?
thanks on advance
Do you have to use POST? You could do it with GET (query strings).
this is the link and the variables think of them as URL parameter thatI will ask them with query string.
Response.Write("<td width=183 bgcolor=#CCCCCC height=15 valign=top><a href=""#"" onClick=""document.location.href='left.asp?linkparam=1&showcateg=1&subjectid="&a&"&categid2="&RCateg ("categID")&"'"";mainFrame.document.location.href='/lessons/lessons.asp?categid="&RCateg("categID")&"'"">"&RCateg("categDescr")&" </a></td>"&vbCrlf)