Connecting Tech Pros Worldwide Forums | Help | Site Map

help with windows

David
Guest
 
Posts: n/a
#1: Jul 20 '05
<HR>
<BR><font color="green" size="5">Part 7a </font>
<BR>10 marks<BR>
<BR>Select a file and its location on the screen then press the open
window button.
<br>YOU WILL NEED TO CREATE THOSE FILES
<br>(the file names on the buttons below indicate what the files initial
background colours should be)
<BR>The file should open in a window that is 200 by 200 with no tools.
<BR>Once open the user can then
<UL>
<LI>close the window using the same button they used to open it (the
label
should then say close window)
<LI>change the background colour of that page.
</UL>NOTE: While open the small window should ALWAYS stay on top of the
big window
<br>
<BR><font color="green" size="5">Part 7b </font>
<br>5 marks
<ul>
<LI>enter text in the input box and press a button to display it in a
text box in the page being displayed in the new window
<LI>enter text in the input box of the page in the new window and
press a button(on that page) to display text the window status bar of
this big window
</ul>
<BR>

Missed this part

Thank you for your help.

David


Fabian
Guest
 
Posts: n/a
#2: Jul 20 '05

re: help with windows


David hu kiteb:

[color=blue]
> [snip html][/color]

Nice html, but the javascript bit seems to be missing. What are you
trying to do?


--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

David
Guest
 
Posts: n/a
#3: Jul 20 '05

re: help with windows


I can't seem to write the code to make the buttons work.

Thank you.

David



Part 7a


Select a file and its location on the screen then press the open window
button.
YOU WILL NEED TO CREATE THOSE FILES
(the file names on the buttons below indicate what the files initial
background colours should be)
The file should open in a window that is 200 by 200 with no tools.
Once open the user can then
close the window using the same button they used to open it (the label
should then say close window)
change the background colour of that page.
NOTE: While open the small window should ALWAYS stay on top of the big
window

Part 7b

enter text in the input box and press a button to display it in a text
box in the page being displayed in the new window
enter text in the input box of the page in the new window and press a
button(on that page) to display text the window status bar of this big
window


Fabian wrote:
[color=blue]
> David hu kiteb:
>
>
>[color=green]
>>[snip html][/color]
>
>
> Nice html, but the javascript bit seems to be missing. What are you
> trying to do?
>
>[/color]

kaeli
Guest
 
Posts: n/a
#4: Jul 20 '05

re: help with windows


In article <bpmbeb$1qedt9$2@ID-174912.news.uni-berlin.de>,
lajzar@hotmail.com enlightened us with...[color=blue]
> David hu kiteb:
>
>[color=green]
> > [snip html][/color]
>
> Nice html, but the javascript bit seems to be missing. What are you
> trying to do?[/color]

Homework. :)


--
~kaeli~
It was recently discovered that research causes cancer in
rats.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

David
Guest
 
Posts: n/a
#5: Jul 20 '05

re: help with windows


Can someone please tell me how do I pass parameters on a onClick event
to pick a file and location (being top left) at the same time.

Could someone please help

Thank you.

David

Fabian wrote:[color=blue]
> David hu kiteb:
>
>
>[color=green]
>>[snip html][/color]
>
>
> Nice html, but the javascript bit seems to be missing. What are you
> trying to do?
>
>[/color]

Fabian
Guest
 
Posts: n/a
#6: Jul 20 '05

re: help with windows


David hu kiteb:
[color=blue]
> Can someone please tell me how do I pass parameters on a onClick event
> to pick a file and location (being top left) at the same time.
>
> Could someone please help[/color]

onclick="function_name('paramreter1','parameter2') ")

Make your parameters something approprite, perhaps the file name and the
location name, and then write a function that will parse them in the way
you want.

Be sure to give me the certificate when you pass ;) You ain't earning
it.

--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

David
Guest
 
Posts: n/a
#7: Jul 20 '05

re: help with windows


Thank you for taking the time - I will work with information.

David


Fabian wrote:[color=blue]
> David hu kiteb:
>
>[color=green]
>>Can someone please tell me how do I pass parameters on a onClick event
>>to pick a file and location (being top left) at the same time.
>>
>>Could someone please help[/color]
>
>
> onclick="function_name('paramreter1','parameter2') ")
>
> Make your parameters something approprite, perhaps the file name and the
> location name, and then write a function that will parse them in the way
> you want.
>
> Be sure to give me the certificate when you pass ;) You ain't earning
> it.
>[/color]

Closed Thread