hai,<br><br>i want to some logic in javascript of litboxview.html,but i couldnt call javascript in listview.html.<br><br>How can i call<br><br>litbox.html<br><br><script type="text/javascript"><br>//<![CDATA[<br>
<br>function view(){<br><br>new LITBox('./litboxview.html',{type:'window', overray:true});<br> <br>}<br>//]]> <br><br></script><br><br></head><br><body><br><form id="litboxForm"><br>
<br><h2> Teeda Ajax with LITBox</h2><br><p>LITBox Example$B$G$9(B</p><br><br><input type="button" value="LITBox$B$rI=<($9$k(B" onclick="view();" /><br><hr/><br><p>$B<u$1<h$C$?%a%C%;!<%8$O0J2<$KI=<($7$^$9!#(B</p><br>
<span id="message">aiueo</span><br><br></form><br></body><br><br>litboxview.html<br><br><head><br><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><br>
<title>Ajax</title><br><span style="background-color: rgb(255, 0, 0);"><script></span><br style="background-color: rgb(255, 0, 0);"><span style="background-color: rgb(255, 0, 0);">function setvalues(val){</span><br style="background-color: rgb(255, 0, 0);">
<span style="background-color: rgb(255, 0, 0);">alert("val");</span><br style="background-color: rgb(255, 0, 0);"><span style="background-color: rgb(255, 0, 0);">}</span><br style="background-color: rgb(255, 0, 0);">
<span style="background-color: rgb(255, 0, 0);"></script></span><br></head><br><body><br>LITBox$B$N%5%s%W%k(B<br><form id="litboxForm"><br><input type="text" id="message" /><br>
<hr/><br><table border="1"><br><tr><br><td></td><br><td>StatusCode</td><br></tr><br><div id="testItems"><br><tr><br><td><input type="radio" id="statuscode" name="statuscode"/></td><br>
<td><span id="statusname"></span></td><br></tr><br></div><br><br></table><br><input type="submit" id="doSave" value="$BAw?.(B" onclick="setvalues(this)" /> <br>
</form><br></body><br><br>Please give some suggession.<br><br>Thanks in advance<br>$B%H%^%9(B<br><br>