Hello all,
I've submitted something similar in the asp.net forum so if you frequent both you'll see it in both places.
I'm curious if javascript or ajax can help us accomplish some of our tasks, here is the post in the other thread:
Hello all,
I'm a bit newer and looking for some direction. We would like to create a new website and have that do some dynamic things based on login id. First all we would like to send you do a different home page based on this information, it might be one of several companies. This may also be tied to what URL you clicked but not necessarily. The second thing we would like to do is display only the products that you are eligible for based on your login information. We would like to use images as a link here and if you can sell one product you get one image or maybe bypass and go directly to that section, but if you can sell two or more then those images as links show up as available. The final thing we want to do is to populate the top 3 or so items you perform on the site as quick links.
After all that, are there tools or items I should study to help us accomplish this task? I'm not sure if I need to mix in some sort of third party analytical tool with the asp.net site or what.
Any help or guidance would be greatly appreciated, even if it's only "hey check out X it might help you with some of your work"
(I know I know, what we need is a real web developer who has experience. Aside from that though lol)
* The only other thing that I think we can do with ajax is have them say enter a a vehicle identification number and without looking like a screen reload use ajax to show the additional information such as year make and model that are decoded from the vin, but I'm just starting to look into this.