T
terti
Hi there, newbie here.
appologies if this is OT. (DOM based)
I have a button defined in the html as follows:
<input name="btnPay" value="Continue with payment"
onclick="document.location='LoadPayment.asp?TPID=23448&RGID=7'"
type="button"><br>
How can I extract the document.location portion from the html?
IOW. 'LoadPayment.asp?TPID=23448&RGID=7'
Many TIA
T
appologies if this is OT. (DOM based)
I have a button defined in the html as follows:
<input name="btnPay" value="Continue with payment"
onclick="document.location='LoadPayment.asp?TPID=23448&RGID=7'"
type="button"><br>
How can I extract the document.location portion from the html?
IOW. 'LoadPayment.asp?TPID=23448&RGID=7'
Many TIA
T