Click here to Skip to main content
15,916,189 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGood and Free PHP Editor/IDE Pin
MACLima22-Feb-08 19:48
MACLima22-Feb-08 19:48 
GeneralRe: Good and Free PHP Editor/IDE Pin
Hesham Amin22-Feb-08 22:27
Hesham Amin22-Feb-08 22:27 
GeneralRe: Good and Free PHP Editor/IDE Pin
Vasudevan Deepak Kumar24-Feb-08 0:58
Vasudevan Deepak Kumar24-Feb-08 0:58 
GeneralRe: Good and Free PHP Editor/IDE Pin
dfz25-Feb-08 12:47
dfz25-Feb-08 12:47 
Generaltree view Pin
Ida_merry22-Feb-08 19:31
Ida_merry22-Feb-08 19:31 
GeneralCould not load file or assembly 'Sample assembly' or one of its dependencies. Access is denied. Pin
Exelioindia22-Feb-08 1:32
Exelioindia22-Feb-08 1:32 
GeneralFirefox config.trim_on_minimize issue Pin
Kevin McFarlane21-Feb-08 22:32
Kevin McFarlane21-Feb-08 22:32 
Generalpop up window issue [modified] Pin
chithra.r21-Feb-08 18:31
chithra.r21-Feb-08 18:31 
hi all
in my application iam opening a pop up window by clicking a button and passing the values from the pop up window to parent window.everything till here works fine.but the problem is when the pop up window is in use and if click outside(in the parent window)the pop up window is not blinking but it gets minimised.i want to make the pop up window active when it in use and it has to blink when clicked outside.i have tried using showmodaldialog function also,but when using that another pop up window opens and values are not passed to parent window.iam providing the code herewith through which i opened the pop up window.can anyone help me in fixing this problem....

code

string scr = @"<script>
function update(elemValue)
{
document.getElementById('ctl00_ContentPlaceHolder3_txtName').innerText=elemValue[0];
}
</script>";

// register the javascript into the Page
Page.RegisterClientScriptBlock("update", scr);

//add our popup onclick attribute to the desired element on the page (Here, Hyperlink1)
lnkSearch.Attributes.Add("onclick", "window.open('lrs_SearchDesc.aspx',null,'left=190, top=225, height=350, width= 465, status=n o, resizable= no, scrollbars= no, toolbar= no,location= no, menubar= no');");

pintoo

modified on Friday, February 22, 2008 3:38 AM

GeneralRe: pop up window issue Pin
Shog922-Feb-08 8:34
sitebuilderShog922-Feb-08 8:34 
Question[Message Deleted] Pin
CodeAddiction21-Feb-08 8:57
CodeAddiction21-Feb-08 8:57 
GeneralRe: CSS - My text is getting squished smaller than the size of my div Pin
Shog921-Feb-08 10:02
sitebuilderShog921-Feb-08 10:02 
GeneralOWA Customization : Add buttoon and Forms Pin
uhs21-Feb-08 6:02
uhs21-Feb-08 6:02 
GeneralWeb Interface for a Java byte code solution Pin
Gybe21-Feb-08 5:49
Gybe21-Feb-08 5:49 
GeneralRe: Web Interface for a Java byte code solution Pin
Johnny ²21-Feb-08 13:20
Johnny ²21-Feb-08 13:20 
QuestionRow and column seperation lines not coming for a table in firefox Pin
kc_krishnan21-Feb-08 2:43
kc_krishnan21-Feb-08 2:43 
GeneralRe: Row and column seperation lines not coming for a table in firefox Pin
Nilesh Hapse21-Feb-08 4:57
Nilesh Hapse21-Feb-08 4:57 
Generalproblem in incremental rows Pin
neoghy20-Feb-08 20:36
neoghy20-Feb-08 20:36 
QuestionMENU BAR OVERLAPPING!!!! Pin
John Sundar20-Feb-08 17:45
John Sundar20-Feb-08 17:45 
GeneralRe: MENU BAR OVERLAPPING!!!! Pin
Bijay Bhaskar Deo21-Feb-08 20:14
Bijay Bhaskar Deo21-Feb-08 20:14 
AnswerJavascript reading INI/XML FIles Pin
deepaks320-Feb-08 0:22
deepaks320-Feb-08 0:22 
GeneralRe: Javascript reading INI/XML FIles Pin
Shog920-Feb-08 8:45
sitebuilderShog920-Feb-08 8:45 
Generalpls help asp xml list change Pin
love_man00119-Feb-08 21:25
love_man00119-Feb-08 21:25 
GeneralRe: pls help asp xml list change Pin
Christian Graus20-Feb-08 13:32
protectorChristian Graus20-Feb-08 13:32 
GeneralRe: pls help asp xml list change Pin
love_man00122-Feb-08 0:45
love_man00122-Feb-08 0:45 
GeneralRe: pls help asp xml list change Pin
AlemTurk28-Jun-09 20:35
AlemTurk28-Jun-09 20:35 

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.