Click here to Skip to main content
15,896,153 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Scan IP's on the domain and play mp3's on remote machines Pin
Christian Graus1-Jun-08 4:12
protectorChristian Graus1-Jun-08 4:12 
Questionwebservice which automatically updates its ads into windows project when user downloads a ad from a website(our webproject) Pin
K V Sekhar31-May-08 1:02
K V Sekhar31-May-08 1:02 
AnswerRe: webservice which automatically updates its ads into windows project when user downloads a ad from a website(our webproject) Pin
Christian Graus31-May-08 1:30
protectorChristian Graus31-May-08 1:30 
AnswerCP IGNORE Pin
leckey31-May-08 4:44
leckey31-May-08 4:44 
QuestionHow to fire the click event before mousedown event Pin
Exelioindia29-May-08 23:11
Exelioindia29-May-08 23:11 
QuestionConfigure BBCode in PEAR Pin
raaman29-May-08 18:34
raaman29-May-08 18:34 
Questionopen new winodw on mouseover and close onmouse out Pin
idsanjeevjha29-May-08 16:51
idsanjeevjha29-May-08 16:51 
QuestionRe: open new winodw on mouseover and close onmouse out Pin
idsanjeevjha29-May-08 20:17
idsanjeevjha29-May-08 20:17 
Hi I wants use open image in new winow mouseover on which but can't success

[CODE]<scripts laguage="javascrpts">
function new_window(ImageURL) {
my_window = window.open(ImageURL, 'new', 'width=500,height=450,left=10,top=10');
}
function close_window() {
my_window.close();
}
</script>
<div id="new" style="position:absolute; topBlush | :O ; leftBlush | :O ">
<img src="images/1.jpg" onMouseOver="new_window('images1/1.jpg')" onMouseOut="close_window()" name='SlideShow' border="5px" style="border-color:#B812A7 " width="170PX" height="140PX" title="Magnifying Image">

</div>[/CODE]

it open only one image images/1.jpg but my needs to open thats image mouse overon which from slide
thanks

sanjeev

QuestionQuery regarding retrieving the domain name. In ASP Pin
Arun Abraham Jose29-May-08 0:54
Arun Abraham Jose29-May-08 0:54 
AnswerRe: Query regarding retrieving the domain name. In ASP Pin
NeverHeardOfMe30-May-08 11:52
NeverHeardOfMe30-May-08 11:52 
QuestionDownload Email content, How? Pin
hifiger200428-May-08 20:24
hifiger200428-May-08 20:24 
AnswerRe: Download Email content, How? Pin
Eduard Keilholz28-May-08 20:51
Eduard Keilholz28-May-08 20:51 
GeneralRe: Download Email content, How? Pin
hifiger200429-May-08 0:14
hifiger200429-May-08 0:14 
Questionscript to add common links Pin
mike ekim28-May-08 9:34
mike ekim28-May-08 9:34 
AnswerRe: script to add common links Pin
Christian Graus28-May-08 14:07
protectorChristian Graus28-May-08 14:07 
QuestionHow to get the &lt;td&gt; id using javascript Pin
Exelioindia28-May-08 8:42
Exelioindia28-May-08 8:42 
AnswerRe: How to get the &lt;td&gt; id using javascript Pin
Christian Graus28-May-08 14:08
protectorChristian Graus28-May-08 14:08 
GeneralRe: How to get the &lt;td&gt; id using javascript Pin
Vasudevan Deepak Kumar29-May-08 18:45
Vasudevan Deepak Kumar29-May-08 18:45 
AnswerRe: How to get the &lt;td&gt; id using javascript Pin
Vasudevan Deepak Kumar29-May-08 18:46
Vasudevan Deepak Kumar29-May-08 18:46 
QuestionSoftwares for integration of Card swipe machine with .net application Pin
miniThomas27-May-08 22:38
miniThomas27-May-08 22:38 
AnswerRe: Softwares for integration of Card swipe machine with .net application Pin
Vasudevan Deepak Kumar29-May-08 18:46
Vasudevan Deepak Kumar29-May-08 18:46 
GeneralRe: Softwares for integration of Card swipe machine with .net application Pin
miniThomas30-May-08 2:22
miniThomas30-May-08 2:22 
QuestionAutomatically remove the "ie has restricted this webpage" message Pin
Fernando A. Gomez F.27-May-08 9:08
Fernando A. Gomez F.27-May-08 9:08 
AnswerRe: Automatically remove the "ie has restricted this webpage" message Pin
Shog927-May-08 9:48
sitebuilderShog927-May-08 9:48 
GeneralRe: Automatically remove the "ie has restricted this webpage" message Pin
led mike27-May-08 9:54
led mike27-May-08 9:54 

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.