Click here to Skip to main content
15,888,351 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web Application Deployment Pin
Guffa6-Jun-07 20:39
Guffa6-Jun-07 20:39 
AnswerRe: Web Application Deployment Pin
SimulationofSai6-Jun-07 20:52
SimulationofSai6-Jun-07 20:52 
GeneralRe: Web Application Deployment Pin
SimulationofSai7-Jun-07 19:05
SimulationofSai7-Jun-07 19:05 
QuestionSome Help for a beginner [modified] Pin
Haun the 2nd6-Jun-07 8:42
Haun the 2nd6-Jun-07 8:42 
AnswerRe: Some Help for a beginner Pin
JimmyRopes6-Jun-07 14:40
professionalJimmyRopes6-Jun-07 14:40 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd6-Jun-07 18:53
Haun the 2nd6-Jun-07 18:53 
GeneralRe: Some Help for a beginner Pin
Guffa6-Jun-07 20:42
Guffa6-Jun-07 20:42 
GeneralRe: Some Help for a beginner Pin
JimmyRopes7-Jun-07 1:37
professionalJimmyRopes7-Jun-07 1:37 
Haun the 2nd wrote:
umm im not exacty sure how this pretains to the question.


The format of the resizable parameter on the windows open method is "resizable=yes|no|1|0".

See HTML DOM open() Method[^] for details about windows open method.

Taking a look at your settings I noticed that you are not formatting the resizable parameter with a value and suggested that you format it with a yes (one of the acceptable parameters specified for the windows open method), presuming you want to make the window resizable.

It is just a thought so you can try it or not, as you please.

You did mention that you are a beginner so here is the actual settings string so you can understand what I am talking about.

Haun the 2nd wrote:
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'


try settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=yes'

Not sure that is your problem but it is just something I noticed.

Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes


GeneralRe: Some Help for a beginner Pin
Haun the 2nd7-Jun-07 5:50
Haun the 2nd7-Jun-07 5:50 
GeneralRe: Some Help for a beginner Pin
JimmyRopes7-Jun-07 6:16
professionalJimmyRopes7-Jun-07 6:16 
AnswerRe: Some Help for a beginner Pin
Guffa6-Jun-07 20:46
Guffa6-Jun-07 20:46 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd7-Jun-07 5:52
Haun the 2nd7-Jun-07 5:52 
QuestionEmail problem in PHP Pin
kumar bharat bhusanam6-Jun-07 5:33
kumar bharat bhusanam6-Jun-07 5:33 
AnswerRe: Email problem in PHP Pin
JimmyRopes6-Jun-07 14:22
professionalJimmyRopes6-Jun-07 14:22 
Questionhow can i disable save as and Print option of word 2003 Pin
koolprasad20036-Jun-07 3:04
professionalkoolprasad20036-Jun-07 3:04 
AnswerRe: how can i disable save as and Print option of word 2003 Pin
Fred_Smith6-Jun-07 3:38
Fred_Smith6-Jun-07 3:38 
QuestionDropdownlist problems Pin
matjame6-Jun-07 2:17
matjame6-Jun-07 2:17 
AnswerRe: Dropdownlist problems Pin
Guffa6-Jun-07 3:09
Guffa6-Jun-07 3:09 
GeneralRe: Dropdownlist problems Pin
matjame6-Jun-07 22:28
matjame6-Jun-07 22:28 
QuestionDeploying a Web Service to the Server Pin
Richard Andrew x645-Jun-07 10:48
professionalRichard Andrew x645-Jun-07 10:48 
AnswerRe: Deploying a Web Service to the Server Pin
ganti.r6-Jun-07 0:40
ganti.r6-Jun-07 0:40 
GeneralRe: Deploying a Web Service to the Server Pin
Richard Andrew x646-Jun-07 9:06
professionalRichard Andrew x646-Jun-07 9:06 
QuestionWatiN Test Recorder Beta 3 Pin
Daaron5-Jun-07 9:52
Daaron5-Jun-07 9:52 
AnswerRe: WatiN Test Recorder Beta 3 Pin
Christian Graus6-Jun-07 0:42
protectorChristian Graus6-Jun-07 0:42 
AnswerRe: WatiN Test Recorder Beta 3 Pin
Daaron6-Jun-07 3:05
Daaron6-Jun-07 3:05 

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.