koter84
03-28-2007, 04:23 PM
1) Script Title: DHTML Window Widget
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I would like to submit a form into a iframe window widget which is allready there.
I tried to just direct a link into the iframe by using <a href="index.php" target="windowwidget"> but this just opens a new page.
here's part of my code:
<script type="text/javascript">
Process=dhtmlwindow.open('Processor', 'iframe', 'about:blank', 'DebugWin', 'width=400px,height=100px,left=-150px,top=0px,resize=1,scrolling=1');
</script>
<a href="index.php" target="Process">TargetTest 1</a><br>
<a href="index.php" target="Processor">TargetTest 2</a><br>
<a href="index.php" target="DebugWin">TargetTest 3</a><br>
neither of the <a>'s work... so i really don't have a clue on how to do this...
can anybody please help me with this???
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I would like to submit a form into a iframe window widget which is allready there.
I tried to just direct a link into the iframe by using <a href="index.php" target="windowwidget"> but this just opens a new page.
here's part of my code:
<script type="text/javascript">
Process=dhtmlwindow.open('Processor', 'iframe', 'about:blank', 'DebugWin', 'width=400px,height=100px,left=-150px,top=0px,resize=1,scrolling=1');
</script>
<a href="index.php" target="Process">TargetTest 1</a><br>
<a href="index.php" target="Processor">TargetTest 2</a><br>
<a href="index.php" target="DebugWin">TargetTest 3</a><br>
neither of the <a>'s work... so i really don't have a clue on how to do this...
can anybody please help me with this???