G
Guest
I work with DotNet c#
I made a frame, with 2 parts. Left are little images and in the right I can
see the selected one with a text (and what ever in future). It works, but
every time I select a new pict in left for to show as a big in the right
frame, it is appending it, what isn't of course my idea.
============================================
A little fragment of the position in the code I think something has to be
different
of an additional line, so it will first errase the document and then put the
new
image with the new text
============================================
scriptString += "function ShowPic(MyPic,MyText){";
scriptString += "top.frames[2].document.write('<h1>MyText</h1>');";
scriptString += "top.frames[2].document.write(\"<img
src=\'C:/Inetpub/wwwro.....
=============================================
For any idea, I thanks a lot
Greetings Patrick Marti
I made a frame, with 2 parts. Left are little images and in the right I can
see the selected one with a text (and what ever in future). It works, but
every time I select a new pict in left for to show as a big in the right
frame, it is appending it, what isn't of course my idea.
============================================
A little fragment of the position in the code I think something has to be
different
of an additional line, so it will first errase the document and then put the
new
image with the new text
============================================
scriptString += "function ShowPic(MyPic,MyText){";
scriptString += "top.frames[2].document.write('<h1>MyText</h1>');";
scriptString += "top.frames[2].document.write(\"<img
src=\'C:/Inetpub/wwwro.....
=============================================
For any idea, I thanks a lot
Greetings Patrick Marti