HTML Question from an HTML Ignoramus

There is a way to do it in Internet Explorer:

window.clipboardData.setData(“Text”, “this here is copied to the clipboard”);

However it’s not standard and won’t work in other browsers.

So what did you do AHunter3?

Snetho

See for yourself!

(Feel welcome to view source. I didn’t come up with it on my own)

Ok good, but I would get rid of the fist following two lines:
<form method=“POST” action=“http://sign.dreambook.com/?user=ahunter3&book=rebook”>
<form id=“formOne”>

You have two <form tags and should only have one. I think that is why the page gets an error when loading…

You get an error on loading?

OK, explain again what it is that you think I should get rid of. Unsure of function of “fist following two lines” in above sentence.

Ahh, now I see what you mean.

I didn’t put in the first <form tag, that got automatically inserted by DreamBook and I have no control over it.

So I put a close </form> tag after the portion that they put in there and with the tags balancing it seems to work in IE for Windows and in Opera (tested on Mac). It was working previously in iCab and still does. (Odd that it would work in iCab and not in other things. iCab is usually more persnickety than other browsers about not handling nonstandard code!)

Thanks for the tipoff, and let me know if it works for you now!