| Page 1 of 1 | [ 3 posts ] |
|
Hi I can't seem to show mulitple editors.
<%for i = 1 to 5%> <form name="msgform<%=i%>" method="post" action="update.asp"> <textarea name="msgpost<%=i%>" id="msgpost<%=i%>"></textarea> <script language="javascript" type="text/javascript"> var myEditor<%=i%> = new YAHOO.widget.Editor('msgpost<%=i%>', { width: '830px', height: '250px', dompath: true, //Turns on the bar at the bottom animate: true, //Animates the opening, closing and moving of Editor windows handleSubmit: true }); myEditor<%=i%>.render(); </script> <input type="submit" name="submit" value="Update"> </form> <%next%> |
|
Matt --
The code appears fine, so you have a link so I can see it erring? |
|
Hi Dav,
Sorry, im being an idiot! its my own stupid coding that was throwing it. thanks for the amazingly quick response Matt |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group