SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Is this possible

  1. #1
    SitePoint Enthusiast
    Join Date
    Jul 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Is this possible

    Hi

    I'm not sure if this is possible or not, on my site (php) i want to create a popup window but with a stylesheet pane/frame (has i do not want to navigate away from my registeration form) on this popup panel i would like to include a textfield, is this possible?

    Thank you for reading.

  2. #2
    SitePoint Addict dnordstrom's Avatar
    Join Date
    Jul 2006
    Location
    Amsterdam
    Posts
    337
    Mentioned
    18 Post(s)
    Tagged
    0 Thread(s)
    Sure, but have a look at HTML/CSS/Javascript as this is not a task for PHP.

    If you mean by "stylesheet pane/frame" that it's a "modal" popup dialog you want, you will code the functionality in Javascript, do the markup as usual with HTML and style it with CSS.

    I'd recommend using a Javascript framework such as jQuery.

    Check out a few examples here.
    Daniel Nordstrom. of. Nintera(ctive)
    -- Featured post: Part 2. Writing NI.JS JavaScript
    ----- Follow me on Twitter. Got project? Contact me.
    -------- SitePoint: Community GuidelinesBe A Great Member

  3. #3
    SitePoint Enthusiast
    Join Date
    Jul 2008
    Posts
    32
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dnordstrom View Post
    Sure, but have a look at HTML/CSS/Javascript as this is not a task for PHP.

    If you mean by "stylesheet pane/frame" that it's a "modal" popup dialog you want, you will code the functionality in Javascript, do the markup as usual with HTML and style it with CSS.

    I'd recommend using a Javascript framework such as jQuery.

    Check out a few examples here.
    Thanks you have hit the mail on the head iframe is what i need.

    Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •