Click here to Skip to main content
15,914,070 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionHow to unblock the pop-under window using javascript? Pin
jasimmd2-Sep-10 4:46
jasimmd2-Sep-10 4:46 
AnswerRe: How to unblock the pop-under window using javascript? Pin
User 17164922-Sep-10 4:54
professionalUser 17164922-Sep-10 4:54 
AnswerRe: How to unblock the pop-under window using javascript? Pin
J4amieC2-Sep-10 4:54
J4amieC2-Sep-10 4:54 
QuestionScrolling of images.. Pin
swornavidhya_m1-Sep-10 3:31
swornavidhya_m1-Sep-10 3:31 
QuestionHow to give - space between scrolling images and border for the images Pin
swornavidhya_m31-Aug-10 23:46
swornavidhya_m31-Aug-10 23:46 
QuestionDetect Java Installed in machine Pin
ShafiqA30-Aug-10 0:04
ShafiqA30-Aug-10 0:04 
AnswerRe: Detect Java Installed in machine [modified] Pin
daveyerwin30-Aug-10 2:30
daveyerwin30-Aug-10 2:30 
Questionchanging input value atrribute Pin
Sonar8729-Aug-10 11:05
Sonar8729-Aug-10 11:05 
I Need to get the value attribute to change to different numbers that I want to change in script parts based on user input so that the form will post a message to a different place depening on what they choose, but whatever I try it won't change, or at least not in time so that it posts right


 <br />
   <form id='commentForm' action='http://www.urlhere  app=members&module=profile&section=comments&do=add_new_comment' method='post'><br />
<br />
     <fieldset><br />
<br />
      <input type='hidden' name='member_id' id='number' value='***' /><br />
         <script type="text/javascript"><br />
            document.getElementBytagName("member_id").value="40603";<br />
         </script><br />
      <div id='post_comment' class='clear row2'><br />
<br />
        <textarea class='input_textarea' cols='0' rows='0' id='comment_text' name='comment_text'>Hello.</textarea><br />
        <br /><br />
        <input type='submit' class='clear input_submit' value='Post' id='comment_submit' /><br />
<br />
<br />
      </div><br />
    </fieldset><br />
   </form>

AnswerRe: changing input value atrribute Pin
daveyerwin29-Aug-10 13:11
daveyerwin29-Aug-10 13:11 
GeneralRe: changing input value atrribute Pin
Sonar8729-Aug-10 21:08
Sonar8729-Aug-10 21:08 
GeneralRe: changing input value atrribute Pin
PoojaBorhade30-Aug-10 0:25
PoojaBorhade30-Aug-10 0:25 
GeneralRe: changing input value atrribute Pin
Sonar8730-Aug-10 9:33
Sonar8730-Aug-10 9:33 
QuestionLogin Page with out Menu bar Pin
vishnukamath26-Aug-10 21:09
vishnukamath26-Aug-10 21:09 
AnswerRe: Login Page with out Menu bar Pin
daveyerwin27-Aug-10 2:47
daveyerwin27-Aug-10 2:47 
GeneralRe: Login Page with out Menu bar Pin
vishnukamath27-Aug-10 2:52
vishnukamath27-Aug-10 2:52 
GeneralRe: Login Page with out Menu bar Pin
RahulPuneet27-Aug-10 15:16
RahulPuneet27-Aug-10 15:16 
GeneralRe: Login Page with out Menu bar Pin
vishnukamath27-Aug-10 18:35
vishnukamath27-Aug-10 18:35 
Questionwhat happens when we disable Javascript from the client browser Pin
Amit Spadez22-Aug-10 23:28
professionalAmit Spadez22-Aug-10 23:28 
AnswerRe: what happens when we disable Javascript from the client browser Pin
WoutL23-Aug-10 0:48
WoutL23-Aug-10 0:48 
GeneralRe: what happens when we disable Javascript from the client browser Pin
Amit Spadez23-Aug-10 0:52
professionalAmit Spadez23-Aug-10 0:52 
GeneralRe: what happens when we disable Javascript from the client browser Pin
WoutL23-Aug-10 1:00
WoutL23-Aug-10 1:00 
GeneralRe: what happens when we disable Javascript from the client browser Pin
RahulPuneet27-Aug-10 15:13
RahulPuneet27-Aug-10 15:13 
GeneralRe: what happens when we disable Javascript from the client browser Pin
Not Active27-Aug-10 16:21
mentorNot Active27-Aug-10 16:21 
GeneralRe: what happens when we disable Javascript from the client browser Pin
RahulPuneet27-Aug-10 16:27
RahulPuneet27-Aug-10 16:27 
GeneralRe: what happens when we disable Javascript from the client browser Pin
Not Active27-Aug-10 16:32
mentorNot Active27-Aug-10 16:32 

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.