Help on java script

K

kan

Hi all,
This is my problem...i am having two aspx pages.In the first page
in Java Script side, i am creating a html table and the generated table
is displayed in the same page..i want to display the created table in a
Iframe (Html Code) which is in the other form..Kindly any one help me..

i am creating a table using this codes:

var tab="document.write("<Table>")" +
tab=tab + document.write("<tr>") +
..
..
..
tab=tab + document.write("</Table>") +
tab=tab + document.write("</tr>");

table is created successfully..
i also stored this html tags to a variable and passed to the other
form..still not working..
sample:: window.open("url","MyTextBox")
instead of this url i want to pass that variable

Thank u..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,813
Messages
2,569,699
Members
45,489
Latest member
SwethaJ

Latest Threads

Top