Jump to content

figster

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by figster

  1. [!--quoteo(post=387014:date=Jun 22 2006, 07:22 PM:name=AndyB)--][div class=\'quotetop\']QUOTE(AndyB @ Jun 22 2006, 07:22 PM) [snapback]387014[/snapback][/div][div class=\'quotemain\'][!--quotec--] The standard php 'redirection' code would be: [code]header("Location: thankyoupage.html");[/code] [b]However[/b] that will nor work if you have any previous output to the browser (which your sample code does). Maybe you could put the 'your record has been added' on the thank you page instead and as long as your script does not output to the browser, use the header function. [/quote] Wow that was a quick reply. Yes this returns the same form cleared, with the message "record has been added" How do I alter it from outputing the new form? I have this in the html sectionof my php page <input type="Hidden" name="a" value="return"> does that cause the form to return empty?
  2. Ok, I'm gettin there, I have a form, and I get to post, only I want the user to be directed toa thank you page. This is my current after add event code snipet [code] //    after add event                 if(function_exists("AfterAdd"))             AfterAdd();         $message="<div class=message><<< "."Record was added"." >>></div>";     }      } [/code] That keeps them on the same page with Record was added in the top. How do I change that so they are directed to an html thank you page? Thanks, Figster
  3. [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /] I was afraid of that, too hard to tackle? Or just to friggin screwy? [img src=\"style_emoticons/[#EMO_DIR#]/unsure.gif\" style=\"vertical-align:middle\" emoid=\":unsure:\" border=\"0\" alt=\"unsure.gif\" /]
  4. Wow, this is my first attempt at wrtiting a css template. Took me a week but, I did it, I got a 3 column template up and running.... NOT. Let me explain I was viewing my style in FireFox, looks and works perfectly. Then I tried it in IE.. looks like a piccosso painting gone wrong, an absolute jigsaw puzzle. How do I fix that? Here is a link to the site/page I am talking about [a href=\"http://www.neutronmarketing.com/articletest\" target=\"_blank\"]http://www.neutronmarketing.com/articletest[/a] Should I post my css code and div page here? That would make a long page. I don't see a code wrap. I guess you could see it by calling it up in the browser that would be this url. [a href=\"http://www.neutronmarketing.com/articletest/skins/BlueNGrey/BlueNGrey.css\" target=\"_blank\"]http://www.neutronmarketing.com/articletes...y/BlueNGrey.css[/a] Any help would be appreciated... I don't want to go back to using tables and Java. Thanks, Figster
  5. [!--quoteo(post=382648:date=Jun 11 2006, 04:54 PM:name=moberemk)--][div class=\'quotetop\']QUOTE(moberemk @ Jun 11 2006, 04:54 PM) [snapback]382648[/snapback][/div][div class=\'quotemain\'][!--quotec--] How are you outputting the text? Just what exactly are you using to output the first menu? Basically, all you need to do (if you want to do it like I would) is take all of the categories and create a list for each of them within the <li> tags of a master list. Then the links within the categories just come out of the database with an <a> tag and its contents. [/quote] Thanks for your help, My catagories are for an article directory and will be changeing a lot as the site grows. So there will be parent catagories and children possibly 3 generations. The Table I am trying to poulate the catagory menu with is $catagories. I just can't seem to get the coding to work. The basic site came with this <ul> $catagories </ul> And that did create a text link list of all the catagories. When I try to add some style to it.. they disapear. I need the code that will populate my collapsable css driven menu. Maybe I should be posting in the php section? I am certain I need a <div= name off css menu> ul {code} </ul></div> The code is what I am missing. Thanks, Jim
  6. My question seems like a simple one.. and yet I have had great dificulty finding the answer. I have a collapsable css menu design that I want to use on my article directory web site. The catagories are created in my admin section and sent to mysql data base and it returns a text catagory menu that looks awful. I am wanting to use a css menu to improve the look. How do I populate that menu with my catagory php data base? Thanks, Figster
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.