Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Totally New Questions About Pageholders etc.

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
janisrae Posted - 09 Oct 2008 : 03:48:46
Hi all,

I'm new to this forum and new to Dynamic HTML Editor. I'm looking for software that will help make my life easier, and hope that the Dynamic HTML Editor will do just that.

My question may be very involved, so I will try to explain it as best as possible. If anyone has a hard time understanding it, please let me know so that I can rework my question.

Here is what I want to do with a website that I am creating.

From a master page, I want to click on a product link and have it take me to an order form that I have created. Within the order form page, I want to assign values to fields so they are visible when the form opens, i.e. see a larger view of the product that they clicked on and also a value that I would have assigned to a particular field.

If I am unable to do this, the only other option that I know of is to have a page for each product, and considering there are numerous products, that boils down to too much work.

First of all, is this possible to do, and if so, could someone please explain any details that will help me figure this out.

One feature in the software that I have been playing with is the pageholder, but I'm not sure if this feature is what I am looking for or if it will actually acomplish what I need to do.

Thank you for any comments or help with this.

Janis Searcey
2   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 09 Oct 2008 : 09:30:12
Hello Janis,

your problem can be solved using Server Side Scripts like ASP, PHP, JSP, CFM and so on.

You can add these pages to your D.H.E. projects but you have to manage them "by hands" because D.H.E. is able to create only the client side part of the page.

In my site I used a similar solution for my Purchase Page (actually it is disabled)

You can create the first page by creating links like these:

Product 1 --> create a link like orderpage.asp?productid=001
Product 2 --> create a link like orderpage.asp?productid=002


etc...

The olderpage.asp can read values in ASP using Request.QueryString("productid") and generate the correct type of page

I suggest you to goole "asp pages" or "php pages"
jtarin Posted - 09 Oct 2008 : 08:41:32
Do you possibly have an example of a site similar to what your asking for? It's sounds doable, but an example would help further visualization.

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000