Click here to Skip to main content
15,913,911 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: related to the AJAX.. Pin
Christian Graus23-Oct-07 23:04
protectorChristian Graus23-Oct-07 23:04 
QuestionPHP Pin
RaveRare23-Oct-07 19:12
RaveRare23-Oct-07 19:12 
AnswerRe: PHP Pin
Christian Graus23-Oct-07 23:06
protectorChristian Graus23-Oct-07 23:06 
QuestionRemove confirmation msg on window.close Pin
vanhawk23-Oct-07 17:00
vanhawk23-Oct-07 17:00 
AnswerRe: Remove confirmation msg on window.close Pin
WoutL23-Oct-07 22:28
WoutL23-Oct-07 22:28 
AnswerRe: Remove confirmation msg on window.close Pin
kubben24-Oct-07 1:50
kubben24-Oct-07 1:50 
Questionmouse hover popup Pin
Jason Weibel23-Oct-07 16:26
Jason Weibel23-Oct-07 16:26 
AnswerRe: mouse hover popup Pin
Duane in Japan23-Oct-07 18:00
Duane in Japan23-Oct-07 18:00 
Looks like an AjaxControlToolKit.HoverMenuBehavior but you can build your own with plain ole VB, I am looking for my old VB6 project that used MouseEnter and MouseLeave, mine was not this fancy but when the mouse Entered a control on my form, a callout type window opened and I was able to put info / instructions in the callout window, its buried somewhere on an external HD, if you are interested, I have to dig it out, it was simple unless someone here can get this Java for you easily.

Sys.Application.add_init(function() {
$create(AjaxControlToolkit.DropShadowBehavior, {"Opacity"Blush | :O .2,"TrackPosition":true,"id":"ctl00_MainContent_ctl03_rptShowcases_ctl23_dse"}, null, null, $get("ctl00_MainContent_ctl03_rptShowcases_ctl23_img"));
});
Sys.Application.add_init(function() {
$create(AjaxControlToolkit.HoverMenuBehavior, {"DynamicServicePath":"/ajax/showcase/Default.aspx","OffsetX":-25,"OffsetY":-40,"PopDelay":150,"id":"ctl00_MainContent_ctl03_rptShowcases_ctl23_hme","popupElement":$get("ctl00_MainContent_ctl03_rptShowcases_ctl23_info")}, null, null, $get("ctl00_MainContent_ctl03_rptShowcases_ctl23_img"));
});
GeneralRe: mouse hover popup Pin
Jason Weibel24-Oct-07 3:45
Jason Weibel24-Oct-07 3:45 
QuestionCan we convert ASP.Net Project to EXE File ? Pin
hifiger200423-Oct-07 15:33
hifiger200423-Oct-07 15:33 
AnswerRe: Can we convert ASP.Net Project to EXE File ? Pin
Christian Graus23-Oct-07 15:36
protectorChristian Graus23-Oct-07 15:36 
GeneralRe: Can we convert ASP.Net Project to EXE File ? Pin
hifiger200423-Oct-07 15:50
hifiger200423-Oct-07 15:50 
GeneralRe: Can we convert ASP.Net Project to EXE File ? Pin
Christian Graus23-Oct-07 16:10
protectorChristian Graus23-Oct-07 16:10 
AnswerRe: Can we convert ASP.Net Project to EXE File ? Pin
hifiger200423-Oct-07 17:42
hifiger200423-Oct-07 17:42 
Questionapplication servers Pin
steven331123-Oct-07 14:53
steven331123-Oct-07 14:53 
AnswerRe: application servers Pin
Christian Graus23-Oct-07 15:09
protectorChristian Graus23-Oct-07 15:09 
QuestionPassing string to a function [web service] Pin
tranky23-Oct-07 13:55
tranky23-Oct-07 13:55 
AnswerRe: Passing string to a function [web service] Pin
SABhatti23-Oct-07 14:44
SABhatti23-Oct-07 14:44 
QuestionMultiple actions from one Submit button Pin
kidcanuck23-Oct-07 11:22
kidcanuck23-Oct-07 11:22 
AnswerRe: Multiple actions from one Submit button Pin
led mike23-Oct-07 11:42
led mike23-Oct-07 11:42 
AnswerRe: Multiple actions from one Submit button Pin
SABhatti23-Oct-07 13:21
SABhatti23-Oct-07 13:21 
GeneralRe: Multiple actions from one Submit button Pin
kidcanuck23-Oct-07 13:42
kidcanuck23-Oct-07 13:42 
GeneralRe: Multiple actions from one Submit button [modified] Pin
SABhatti23-Oct-07 13:53
SABhatti23-Oct-07 13:53 
QuestionCross-domain iframe resize (and Sharepoint) [modified] Pin
GuimaSun23-Oct-07 4:22
GuimaSun23-Oct-07 4:22 
QuestionRepeat backgrounf image in Word Pin
coolestCoder23-Oct-07 1:02
coolestCoder23-Oct-07 1:02 

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.