Click here to Skip to main content
15,891,976 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Datalist Control alternative layout... Pin
markymark824-Nov-08 4:23
markymark824-Nov-08 4:23 
Questionphp sprintf Pin
William Engberts3-Nov-08 22:52
William Engberts3-Nov-08 22:52 
QuestionCan we hide query string parameters in the URL? Pin
pzn3xq3-Nov-08 9:44
pzn3xq3-Nov-08 9:44 
AnswerRe: Can we hide query string parameters in the URL? Pin
cyber-drugs4-Nov-08 1:09
cyber-drugs4-Nov-08 1:09 
GeneralRe: Can we hide query string parameters in the URL? Pin
pzn3xq4-Nov-08 4:48
pzn3xq4-Nov-08 4:48 
GeneralRe: Can we hide query string parameters in the URL? Pin
perle14-Nov-08 12:04
perle14-Nov-08 12:04 
QuestionURL Encode - general understanding Pin
pzn3xq3-Nov-08 9:40
pzn3xq3-Nov-08 9:40 
QuestionMoving code a .js file Pin
chatko3-Nov-08 3:49
chatko3-Nov-08 3:49 
Hi,

I have an activeX object on my page and the script below to interact with it. I'd like to move this script into a .js file and reference it using standard hash include at the top of the html. (right now the script works when it sits at the bottom of my index.html file.

With my limited javascript experience it seems that I can't put tag into a .js file. Is there another way to accomplish this?

<pre>
&lt;html>
...
ATL ActiveX object
...
&lt;/html>

&lt;script for="CMyWebPlugin" event="genericJavaScriptEvent(methodName, parameters)">
if (methodName == "LaunchApp")
{
LaunchApp();
}
if (methodName == "login")
{
MyLogin(LoginDiv, parameters);
}
if (methodName == "logout")
{
MyLogout(LogoutDiv, parameters);
}
&lt;/script></pre>
AnswerRe: Moving code a .js file Pin
NeverHeardOfMe3-Nov-08 6:23
NeverHeardOfMe3-Nov-08 6:23 
GeneralRe: Moving code a .js file Pin
chatko3-Nov-08 8:56
chatko3-Nov-08 8:56 
Questiontab controll not found in my vstudio 2005. how to get it gack? Pin
prasun.bheri3-Nov-08 1:03
prasun.bheri3-Nov-08 1:03 
AnswerRe: tab controll not found in my vstudio 2005. how to get it gack? Pin
Aman Bhullar3-Nov-08 23:32
Aman Bhullar3-Nov-08 23:32 
Questionhref="javascript:....." Pin
William Engberts2-Nov-08 22:42
William Engberts2-Nov-08 22:42 
AnswerRe: href="javascript:....." Pin
NeverHeardOfMe2-Nov-08 23:16
NeverHeardOfMe2-Nov-08 23:16 
Question[Message Deleted] Pin
songkeqiang2-Nov-08 21:51
songkeqiang2-Nov-08 21:51 
AnswerRe: How Can I save Web Page? Pin
NeverHeardOfMe2-Nov-08 23:11
NeverHeardOfMe2-Nov-08 23:11 
GeneralRe: How Can I save Web Page? Pin
Ashfield3-Nov-08 0:34
Ashfield3-Nov-08 0:34 
JokeRe: How Can I save Web Page? Pin
Guffa4-Nov-08 15:25
Guffa4-Nov-08 15:25 
QuestionMy client wants me to build an email template for weekly stock emails. Can somebody point me in the right direction? Pin
0vermind2-Nov-08 6:07
0vermind2-Nov-08 6:07 
AnswerRe: My client wants me to build an email template for weekly stock emails. Can somebody point me in the right direction? Pin
Jörgen Andersson3-Nov-08 6:09
professionalJörgen Andersson3-Nov-08 6:09 
QuestionBest way to set up a menu Pin
Tikkunim2-Nov-08 0:23
Tikkunim2-Nov-08 0:23 
AnswerRe: Best way to set up a menu Pin
Johnny ²2-Nov-08 1:43
Johnny ²2-Nov-08 1:43 
GeneralRe: Best way to set up a menu Pin
Tikkunim2-Nov-08 1:53
Tikkunim2-Nov-08 1:53 
GeneralRe: Best way to set up a menu Pin
Perspx2-Nov-08 3:09
Perspx2-Nov-08 3:09 
GeneralRe: Best way to set up a menu Pin
Tikkunim2-Nov-08 3:18
Tikkunim2-Nov-08 3:18 

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.