Click here to Skip to main content
15,902,198 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRe: Need to get "Direction Map Codes" Like ... Pin
qayyom21-Apr-09 0:51
qayyom21-Apr-09 0:51 
AnswerRe: Need to get "Direction Map Codes" Like ... Pin
Marc Firth21-Apr-09 0:59
Marc Firth21-Apr-09 0:59 
GeneralRe: Need to get "Direction Map Codes" Like ... Pin
qayyom21-Apr-09 1:07
qayyom21-Apr-09 1:07 
QuestionPDF mailto link not working Pin
Jay HoffmanTE20-Apr-09 7:41
Jay HoffmanTE20-Apr-09 7:41 
AnswerRe: PDF mailto link not working Pin
Marc Firth21-Apr-09 1:05
Marc Firth21-Apr-09 1:05 
GeneralRe: PDF mailto link not working Pin
Jay HoffmanTE21-Apr-09 2:09
Jay HoffmanTE21-Apr-09 2:09 
GeneralRe: PDF mailto link not working Pin
Marc Firth21-Apr-09 2:12
Marc Firth21-Apr-09 2:12 
QuestionHelp about asp & activex Pin
maxMESA20-Apr-09 4:32
maxMESA20-Apr-09 4:32 
Hi
I have an activexcontrol which runs at client side and a function lets say

myactivex.function(x)

I am sending this x parameter in a html file.

<html>
<head>
<script language="JavaScript">

function test()
{
	myactivex.function("123456");
}

</script>
</head>
<body>

<input type="button" name="button" value="button" onclick="test()">


</input></body>
</html>



i am sending this function return value to asp page with post method in a form. everything works fine.

my question is, i dont want users to see when they looked to html source file, the parameter that i sent to function.

How can i solve this problem. Can I use this activex object directly in asp page but it will run on client side not server.

Or how can i send this parameter to function ? using a variable, or another solution ?
AnswerRe: Help about asp & activex Pin
Marc Firth22-Apr-09 1:51
Marc Firth22-Apr-09 1:51 
AnswerRe: Help about asp & activex [solved] Pin
maxMESA22-Apr-09 3:30
maxMESA22-Apr-09 3:30 
GeneralI need help to creating a folder in drop down list box in ASP Pin
masif0518-Apr-09 5:36
masif0518-Apr-09 5:36 
GeneralRe: I need help to creating a folder in drop down list box in ASP Pin
Ashfield20-Apr-09 1:22
Ashfield20-Apr-09 1:22 
QuestionWhat technologies do I need to develop a video chat similar to dotv.com? Pin
Hiigara17-Apr-09 10:04
Hiigara17-Apr-09 10:04 
AnswerRe: What technologies do I need to develop a video chat similar to dotv.com? Pin
Marc Firth21-Apr-09 1:07
Marc Firth21-Apr-09 1:07 
QuestionJavaScript-set input values empty in code-behind. Pin
WebMaster17-Apr-09 3:16
WebMaster17-Apr-09 3:16 
AnswerRe: JavaScript-set input values empty in code-behind. Pin
led mike17-Apr-09 6:33
led mike17-Apr-09 6:33 
GeneralRe: JavaScript-set input values empty in code-behind. Pin
WebMaster17-Apr-09 7:58
WebMaster17-Apr-09 7:58 
GeneralRe: JavaScript-set input values empty in code-behind. Pin
led mike17-Apr-09 8:15
led mike17-Apr-09 8:15 
GeneralRe: JavaScript-set input values empty in code-behind. Pin
WebMaster17-Apr-09 8:33
WebMaster17-Apr-09 8:33 
GeneralRe: JavaScript-set input values empty in code-behind. Pin
led mike17-Apr-09 9:12
led mike17-Apr-09 9:12 
GeneralRe: JavaScript-set input values empty in code-behind. Pin
Yusuf17-Apr-09 9:22
Yusuf17-Apr-09 9:22 
GeneralRe: JavaScript-set input values empty in code-behind. Pin
WebMaster17-Apr-09 10:57
WebMaster17-Apr-09 10:57 
Questionimplementation of Spring modules in J Developer Pin
Pradeep kumar.V17-Apr-09 1:27
Pradeep kumar.V17-Apr-09 1:27 
AnswerRe: implementation of Spring modules in J Developer Pin
Yusuf17-Apr-09 9:24
Yusuf17-Apr-09 9:24 
QuestionHelp: Setting up API Mailbox Alias Creator for Membership Site Pin
Senuzum16-Apr-09 23:42
Senuzum16-Apr-09 23:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.