Help on java script
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
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..
.
Relevant Pages
- Re: 96 DPI /120 DPI conflict - a possible solution
... having some problems displaying our new website on different PC's I ... our website to display properly on 120DPI widescreen laptops. ... after a bit of playing around with the HTML code (which I'm ... (microsoft.public.publisher.webdesign) - Ive become a hard-core userContent.CSS junkie !
... html, html * { ... display: inline!important;} ... Some of the schools have software developers... ... documenting the Source Code is different from documenting the app. ... (sci.physics) - Re: Redirecting between PHP Pages
... but at the very least in a php script. ... > on the outcome of the validation, you want to do one of two things: ... with the various bits of HTML being ... Display login form ... (comp.lang.php) - Re: formating text retrieved from a db
... You had to add HTML ... > If you were to display a phrase in your browser in simple HTML, ... They have a lofty name, ... has the formating with blank lines between the paragraphs etc. there is no ... (comp.lang.php) - Re: Am I on the right track here?
... that happens to be HTML ... | display rectangle for each video in that 4x2 layout, ... | display HTML relative to each rectangle. ... Once the server hands the page to the browser, the server, ... (comp.lang.php) |
|