Hi,
I need some help. I am absolutely not familiar with js.
I want to dial out of my browser. The button CallNow will initiate a phone call and dial the number 555-111-222.
My Problem is, how may I get the value of my inputfield "phonenumber" into my calling string "top.location.href='phone:##INSERT STRING HERE###'" ?
May some help me, please ?
Greetings Sascha
<form name="intraphone">
Call the following number: <input type="text" name="phonenumber">
<input type="button" name="CallNow" value="Call Now" onClick="top.location.href='phone:555-111-222'">
</form>
I need some help. I am absolutely not familiar with js.
I want to dial out of my browser. The button CallNow will initiate a phone call and dial the number 555-111-222.
My Problem is, how may I get the value of my inputfield "phonenumber" into my calling string "top.location.href='phone:##INSERT STRING HERE###'" ?
May some help me, please ?
Greetings Sascha
<form name="intraphone">
Call the following number: <input type="text" name="phonenumber">
<input type="button" name="CallNow" value="Call Now" onClick="top.location.href='phone:555-111-222'">
</form>