cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
330
Views
0
Helpful
3
Replies

How to pass the #DEVICENAME#- info to the called asp page

mortidad2006
Level 1
Level 1

Hi,

i added the ?name=#DEVICENAME# to my phoneservice.

how can i use this info in my called asp-page.

thanks

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

The phone is supposed to replace that string with SEPxxxxxxxxxxxx so that you can use the name to whatever you applications needs to do.

I found this to be broken at least in some applications, so just put name=SEP000000123456 and it should work anyway.

thanks for the reply..

i m not that good in this so some of my questions might sound pretty silly..but

if i wanna use this SEPxxxxx that should come from the phone in my javascript in my asp-page... what exactly is the line for a definition like..

var mydevicename = name;

how do i get this SEPxxx-string in the mydevicename variable, so i can use it there?

thanks

Hi, I don't know anything about javascript and asp, but the parameters after ? are what actually make the HTTP GET query, so it depends by the language that you use how the variable is accessed. in this case it seems to me that "mydevicename' will contain whatever is passed as "name=" in the query.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: