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="docume nt.location='Lo adPayment.asp?T PID=23448&RGID= 7'"
type="button">< br>
How can I extract the document.locati on portion from the html?
IOW. 'LoadPayment.as p?TPID=23448&RG ID=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="docume nt.location='Lo adPayment.asp?T PID=23448&RGID= 7'"
type="button">< br>
How can I extract the document.locati on portion from the html?
IOW. 'LoadPayment.as p?TPID=23448&RG ID=7'
Many TIA
T
Comment