I have an update button in that passes to an external php based web page
The value passes but includes a thousand separator.
I would like this stripped or just pass Key7 (QueryString Value in Page) instead as this does not format the number as +(document.getElementById('_Dataoppo_opportunityid').innerHTML which displays as 35,123, i need 35123
eg.
<script language="javascript">
var newwindow;
function popwindow(url)
{
newwindow=window.open(url,'name','height=240,width=765');
if (window.focus) {newwindow.focus()}
}
</script>
<a href="javascriptopwindow(' External Site</a>
</SCRIPT>
Many thanks
The value passes but includes a thousand separator.
I would like this stripped or just pass Key7 (QueryString Value in Page) instead as this does not format the number as +(document.getElementById('_Dataoppo_opportunityid').innerHTML which displays as 35,123, i need 35123
eg.
<script language="javascript">
var newwindow;
function popwindow(url)
{
newwindow=window.open(url,'name','height=240,width=765');
if (window.focus) {newwindow.focus()}
}
</script>
<a href="javascriptopwindow(' External Site</a>
</SCRIPT>
Many thanks