Click here to Skip to main content
15,923,087 members
Home / Discussions / Web Development
   

Web Development

 
Questioncontext menu Pin
248912822-Aug-06 0:20
248912822-Aug-06 0:20 
AnswerRe: context menu Pin
Guffa22-Aug-06 6:00
Guffa22-Aug-06 6:00 
Questionis their any way to disable or hide only close button in titlebar of browser window Pin
jagmit2021-Aug-06 21:29
jagmit2021-Aug-06 21:29 
QuestionHeader and footer of web page Pin
Geo S Neeliyara21-Aug-06 15:58
Geo S Neeliyara21-Aug-06 15:58 
AnswerRe: Header and footer of web page Pin
Boro_Bob22-Aug-06 0:01
Boro_Bob22-Aug-06 0:01 
QuestionASP Datagrid SQL Select Parameter Problem Pin
Soot21-Aug-06 9:56
Soot21-Aug-06 9:56 
AnswerRe: ASP Datagrid SQL Select Parameter Problem Pin
Chris McGlothen21-Aug-06 11:46
Chris McGlothen21-Aug-06 11:46 
GeneralRe: ASP Datagrid SQL Select Parameter Problem Pin
Chris McGlothen21-Aug-06 12:15
Chris McGlothen21-Aug-06 12:15 
QuestionInfoPath + SharePoint + Reporting Services???? Pin
Stas21-Aug-06 5:56
Stas21-Aug-06 5:56 
QuestionTricky!!! Layoutproblem with JS generated select element Pin
Stephan Pilz20-Aug-06 23:24
Stephan Pilz20-Aug-06 23:24 
AnswerRe: Tricky!!! Layoutproblem with JS generated select element Pin
Guffa21-Aug-06 0:23
Guffa21-Aug-06 0:23 
GeneralRe: Tricky!!! Layoutproblem with JS generated select element Pin
Stephan Pilz21-Aug-06 0:28
Stephan Pilz21-Aug-06 0:28 
GeneralRe: Tricky!!! Layoutproblem with JS generated select element Pin
Stephan Pilz21-Aug-06 1:48
Stephan Pilz21-Aug-06 1:48 
AnswerRe: Tricky!!! Layoutproblem with JS generated select element Pin
Paddy Boyd21-Aug-06 3:46
Paddy Boyd21-Aug-06 3:46 
GeneralRe: Tricky!!! Layoutproblem with JS generated select element Pin
Stephan Pilz22-Aug-06 2:16
Stephan Pilz22-Aug-06 2:16 
QuestionJavaScript Pin
peshawarcoder20-Aug-06 23:11
peshawarcoder20-Aug-06 23:11 
AnswerRe: JavaScript Pin
User 171649221-Aug-06 5:15
professionalUser 171649221-Aug-06 5:15 
GeneralRe: JavaScript Pin
peshawarcoder21-Aug-06 21:08
peshawarcoder21-Aug-06 21:08 
Questionhow to delete the particular row in datagrid Pin
kdarun20-Aug-06 22:45
kdarun20-Aug-06 22:45 
AnswerRe: how to delete the particular row in datagrid Pin
_AK_21-Aug-06 18:58
_AK_21-Aug-06 18:58 
Questionjava script file search Pin
baliramvyas200020-Aug-06 19:38
baliramvyas200020-Aug-06 19:38 
Questionversion control implementation for unversioned files Pin
hiraljv20-Aug-06 18:54
hiraljv20-Aug-06 18:54 
Question[urgent] [php] arrays [modified] Pin
Sam 200620-Aug-06 18:50
Sam 200620-Aug-06 18:50 
AnswerRe: [urgent] [php] arrays Pin
Guffa20-Aug-06 21:34
Guffa20-Aug-06 21:34 
Questionwindow.open function acting strange Pin
Paul Ferris20-Aug-06 12:29
Paul Ferris20-Aug-06 12:29 
Can anyone please shed some light on what is happening here.

I am in the process of developing a web site which contains a calendar that my viewers can select a date and when clicking on that date another window opens to display a day planner with times throughout the day.

They would then click on a day to open yet another page to book their appointment with me.

The issue is this: I have used the window.open function in the following way,




to create button,
the onclick function is: ="DayPlan=window.open('', 'DayPlan', 'width=300, height=300'); which was supposed to open the window and name="s1" value=" 1 "> ... ...

note: the bold type is the actual code I have used!

This script repeats for each of the days in the month.

When I run it and click on a day I get a message that says there is an error...and tells me that 'access is denied.'

Can anyone please, please shed some light on what is happening. I have only just started using javascript so I am in need of simple explanations. Sorry for being a pain.


A Good Instructor Will Lead You Where You Are Too Afraid To Go Alone

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.