Thanks for this info.

Can't get it to work though..

I downloaded SubModal-1.5.zip and copied common.cs., SubModal.css,
SubModal.js, style.css, close.gif, maskBG.png to the template folder
of my TG project where the kid files are.

I then added:

<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
        <title>Welcome to TuchBase</title>
        <link rel="stylesheet" type="text/css" href="style.css" />
        <link rel="stylesheet" type="text/css" href="subModal.css" />
        <script type="text/javascript" src="common.js"></script>
        <script type="text/javascript" src="subModal.js"></script>

to my kid file.

and a button:

<button onclick="showPopWin('changephoto.html', 400, 200,
null);">Upload photo</button>

However clicking on the button, says 'object not found.'

I'm doing this on IE 6.0

What do you think I'm doing wrong?

Thanks,

v

On Sep 28, 6:48 pm, Jorge Godoy <[EMAIL PROTECTED]> wrote:
> On Friday 28 September 2007 21:56:37 [EMAIL PROTECTED] wrote:
>
>
>
> > I looked at some previous posts on this question, but they only
> > suggested using javascript and did not go into the details. Would
> > someone kindly tell me what the syntax is for creating a pop-up small
> > form window over the parent window?
>
> I packed submodal for doing exactly that.  Search for it to get docs and
> easy_install submodal to have it on your host.
>
> --
> Jorge Godoy      <[EMAIL PROTECTED]>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to