Search Result
Collapse
6 results in 0.0039 seconds.
Keywords
Members
Tags
-
JavaScript modulo condition
how can you say it in a decision using if in java script that you only do the condition if two variables can be divided but should be without remainders? -
Highlight a text field when respective radio button is clicked
Hie..I am working asp page with java script as script language. In a form, I have two radio buttons stating active or inactive. I have two text fields next to radio buttons containing Date activated and Date released (for inactive)
Now , I want the text field to be highlighted only when user selects respective button.
Eg.. If user selects active, I want Date activated text field to be highlighted automatically and if user selects inactive,... -
Abhishek Nayak started a topic How to pass mp3 url to media player when click the play button in data list view?in ASP .NETHow to pass mp3 url to media player when click the play button in data list view?
Code:my data list code is: <asp:DataList ID="DataList1" runat="server" DataKeyField="S_ID" DataSourceID="SqlDataSourceMP" Font-Bold="False" Font-Names="Agency FB" Font-Size="Larger" RepeatLayout="Flow" onitemcommand="DataList1_ItemCommand"> <SeparatorStyle BorderColor="#CCFFFF" /> <SelectedItemStyle
-
Grease monkey multi line replacement
I'm trying to spoof page info using grease monkey to play a joke on my friend, but I don't seem to be able to get it to work.
the existing code looks something like this:
Code:<tr> <td align="left">05/08</td> <td>06:12 PM</td> <td align="left">
-
Browsing a folder using browse option.
Hi,
I need to have my user send the file path to the webserver. For this i'm trying to use input file type so that user can select the file. Please note that I don't want do uploading the file. I just need the location of some file. So user should be able to do that using browse option. I know that due to some security reasons in browsers, full path is not sent to server. But can we acheive this some way. I've observed that using input... -
Java script works only on Fire Fox
I have a script that works on FF but doesn't in IE.
Hare
Code:<html> <head> <STYLE> A.link:link {color: black; text-decoration: none} A.link:visited {color: black; text-decoration: none} A.link:active {color: black; text-decoration: none} A.link:hover {color: black; text-decoration : none;} </STYLE> <script