Direction: Member Own Home Page

Hi there,
DW 8.0.2, PHP with mySQL database.
In ASP VBScript I can help myself around building a member
page where a
member can login and update his/her detail.
Now I want to build, in PHP, a login page and according to
the login
page, the member's "own" home page displays. On this Home
page I want to
have some links to update details and view back orders. The
back orders
will be in the form of a down loadable PDF document which
will be
updated daily.
I trust you clever people understand what I mean with "own"
Home Page.
I don't expect someone to do everything for me, as I will
choose to do
this from some tutorial.
Really looking forward to your help.
Regards,
Deon

Be sure to select in the same session(startup session in general tab) in '''WHEN FIREFOX STARTS ''' to '''SHOW MY HOME PAGE''' after your put the desire start page in HOME PAGE session.
thank you
Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

Similar Messages

  • Directing to the home page

    Hello everybody,
    If an user enters in the url address as http://zoramsite.com/UsernameOrAnything
    what I want is that the user will be directed to the home page of the site as
    http://zoramsite.com
    Where should I make changes in the application so as to succeed?
    Please advice,
    Thanks

    That's "Nope, I don't know how", rather than "Nope, I'm not telling you" by the way. If I knew how, I'd be happy to tell you
    By the way, you've got a few unrelated questions live here at the same time. Can I give you some advice? Concentrate on getting one thing working before trying something else. You'll save yourself an enormous amount of time

  • I have tried replacing the Firefox start-up page with my own home page choice many times and it will not set--I get the circle with the slash through it when I try to drag the webpage icon to "home."

    I am using Windows 7 Professional, and have tried all of the recommended troubleshooting tips for this problem. I do not have the new version of Firefox installed because it had all kinds of problems so I went back to the version I had--I believe it was 3.6.24. Since then, I have not been able to set a home page. Any help out there? Thank You!

    Try to drag the tab or the website's favicon on the Home button if you currently drag selected text.
    If it doesn't work with dragging the icon then copy the URL to the clipboard and paste it via the Options window in the home page field.
    *Tools > Options > General > Startup: Home page
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I am having to use IE to access your site to send you a question about why Firefox is not loading even your own home page? Also can i go back to the previous version of Firefox, as this version (4.0) has a huge number of problems?

    It started out as once in a while the page would load, but be blank. Now it is nearly every website I attempt to go shows it loads the page, as the address is listed in the top. it shows the page name in the tab, but the page is blank.
    As I said in my question, I am having to contact you on IE, because Firefox won't load it's own pages.
    So that you know, it had been years snce I used IE, Since loading 4.0 it has become a daily event.

    You might try using the add-on 'NoSquint' which allows numerous zoom options specific to each page you visit & keeps your settings - https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    If you want to go back to 3.6x, you will find it here:
    http://www.mozilla.com/en-US/firefox/all-older.html
    In most cases you can simply "upgrade" (meaning downgrade) directly from the installation. It would be a good idea to save your passwords & bookmarks just to be on the safe side.

  • Login to infoview directly to the home page

    Hi
    I am triying  to create a jsp script that will aloow to enter to the infoview without entering the log in page
    but the page that comming up is the log in page with an error  message  "your session is not valid or has expired"
    did any one solved this issue?
    here is the script:
    <%@ page contentType="text/html; charset=utf-8" %>
    <%@ page import="com.crystaldecisions.sdk.exception.SDKException" %>
    <%@ page import="com.crystaldecisions.sdk.framework.CrystalEnterprise" %>
    <%@ page import="com.crystaldecisions.sdk.framework.IEnterpriseSession" %>
    <%@ page import="com.crystaldecisions.sdk.framework.ISessionMgr" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.IInfoStore" %>
    <%@ page import="java.io., java.net., javax.servlet., java.util."%>
    <%
    String authMethod = "secEnterprise";
    /* Log on using the Enterprise SDK */
    String userID = request.getParameter("user");
    String userPwd = request.getParameter("password");
    String cmsName = request.getServerName()+":6400" /=request.getParameter("cms")/;
    try {
    IEnterpriseSession enterpriseSession = CrystalEnterprise.getSessionMgr().logon(userID, userPwd, cmsName, authMethod);
    session.setAttribute("EnterpriseSession", enterpriseSession);
    IInfoStore iStore = (IInfoStore)enterpriseSession.getService("InfoStore");
    session.setAttribute("InfoStore", iStore);
    String logonToken = enterpriseSession.getLogonTokenMgr().getDefaultToken()/createlogontoken/;
    String openDocURL="http://" + request.getServerName() ":8080/InfoViewApp/listing/main.do?token="logonToken;
    response.sendRedirect(openDocURL);
    } catch(Exception e) {
    out.println("Error: User, Password or CMS name is wrong or Not all parameters sent by URL");
    %>
    Thanks

    Hi,
    I have the same requirement where I need to check BO InfoView login.
    Could you please let me know how did you ran the jsp code. I tried to run to but its giving me error. I used the same code provided by you and replaced the URL and Login Token as mentioned by you.
    Error:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    Only a type can be imported. com.crystaldecisions.sdk.exception.SDKException resolves to a package
    Generated servlet error:
    Only a type can be imported. com.crystaldecisions.sdk.framework.CrystalEnterprise resolves to a package
    Generated servlet error:
    Only a type can be imported. com.crystaldecisions.sdk.framework.IEnterpriseSession resolves to a package
    Generated servlet error:
    Only a type can be imported. com.crystaldecisions.sdk.framework.ISessionMgr resolves to a package
    Generated servlet error:
    Only a type can be imported. com.crystaldecisions.sdk.occa.infostore.IInfoStore resolves to a package
    An error occurred at line: 8 in the jsp file: /new.jsp
    Generated servlet error:
    IEnterpriseSession cannot be resolved to a type
    An error occurred at line: 8 in the jsp file: /new.jsp
    Generated servlet error:
    CrystalEnterprise cannot be resolved
    An error occurred at line: 8 in the jsp file: /new.jsp
    Generated servlet error:
    IInfoStore cannot be resolved to a type
    An error occurred at line: 8 in the jsp file: /new.jsp
    Generated servlet error:
    IInfoStore cannot be resolved to a type
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Please let me know how to do this.
    Thanks,
    Nikhil

  • Why does Firefox check compatiblity of add-ons every time I open it? Why am I then directed to Mozilla home page? Why did you not answer this question the last time I asked it?

    This is annoying. Iwant to start using a less troublesome browser but I like Firefox otherwise.

    It's Problem With Your Profile.. Just Visit http://www.maherhackers.com/solved-firefox-checking-add-on-compatibility-every-time/ For Solution.

  • Now have V.5-No longer able to have home page appear (Mytelus). Instead blank page except for Bing Search window. I want to go back to earlier version.

    With earlier versions of Firefox, when I clicked on desktop icon, my home page of www.mytelus.com automatically appeared. I don't need the search engine called Bing which appears instead. You use to have a page that asked if one wanted to go back to an earlier version of Firefox. Also all my familiar menu bars are gone.
    Can you give me the site to visit that will allow me to delete version 5, and go back to say about version 3.5 or 4?

    I found solution to problem when I was directed to go back to page that listed problems. I found sentence that stated, something like, "How to make your own home page"

  • I want name on address bar goes to home page, not search engine

    Just today I hooked up a new modem/router that I purchased at a WIndstream store. I have been browsing the internet for years with Firefox. I have changed the keyword.url setting in my Firefox configuration (see https://support.mozilla.com/en-US/questions/833252#answer-197476) so that the new version would act like the old version and go directly to the webpage when the name was typed in the address bar. For example: when I type in "windstream" (no ".net" or".com") I would go directly to windstream' home page.
    However, when I hooked up my new modem/router I my browser is hijacked and goes to a Windstream search page. I have tried everything from re-installing Firefox, re-changing the "keyword.url" setting, I even tried the Firefox ad-on here (https://addons.mozilla.org/en-us/firefox/addon/browse-by-name/).
    All to no avail......there is something that has changed by adding Windstream's hardware and connecting to their network that will not allow me to use this function of Firefox.
    Nothing else changed, but a new piece of hardware.....
    Changed keyword.url to : http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
    Re-installed Firefox after cleaning all history and cookies.
    Tried the add-on "Browse by name"
    Wasted my time calling Windstream tech support.
    Changed to openDNS
    Tried to disable the feature through Windstream's web page, but then it just happens with the new search engine.

    Opt-out of Windstream's search service: Type in something to get their sneaky web search page to come up, then click the tiny link at the bottom right "about this page". That sends you to a page where you can opt-out of their service.
    To opt-out from their "valuable" sneaky service, you have to choose to opt-in to another search service.
    You have to do this with each browser. And it still sends you to your search engine's results page, not to your URL the way you might want it to.
    I would rather the default be to allow me to opt-in if I choose to, not have to jump through hoops to find out how to opt-out. It's taken me weeks to discover this. Annoying!

  • Why does FF v 4.0.1 no longer keep me logged in to my home page as the previous version did?

    With the previous versions of FF, I was able to go directly to my home page when I opened FF. I downloaded FF v 4.0.1, and while my login and pw have been saved, with the "stay logged in" box checked, opening my FF browser now takes 3 steps (open, click "sign in," and click once more to get to my home page. Seems to me that this is either a "new feature" or a frustrating BUG.
    Thanks in advance for fixing.
    I'm running Windows 7.

    Please check this out: [[Username and password not remembered]].
    Does it help to resolve the issue?

  • How can I stop iWeb from changing the name of my home page?

    I don't know if my title really makes sense, but I want to use Google Analytics to measure the traffic on my website. I know that 99% of my visitors enter through the main address (www.ozarkmtnescape.com), but are then immediately re-directed to the home page. iWeb changes the name of the main page from the above address to http://ozarkmtnescape.com/Site%203/Ozark%20Mountain%20Escape.html
    The people at Google tell me that if I want to start tracking the traffic on the main page, then I have to figure out how to make iWeb stop changing the address of the main site.
    Any suggestions would be much appreciated!

    Right click on the date to change its behavior and once you have fixed it resave your template.
    Peter

  • How to set the home page in FF14.0 for Android?

    Just installed FF14.0 for Android. Previous versions allowed users to set their own home page - how is this done in this version?

    Shame Firefox does not have ability to support this.
    Have recently downloaded Firefox Beta for Android & had been using Aurora. For both - get this Tab home page - not user choice. Was hoping the ability to select own Home Page would be added to a future update.
    Didn't like this feature in Chrome - so deliberately don't use Chrome in any OS. Lots of people complained about this in Chrome. Not sure why Firefox would want to restrict what users can do??
    (A key feature of Firefox & Netscape before it is that users are able to control & optimise for their own experience - which is the main reason it has been so well supported over many years.)

  • Using blog template for home page

    I'm trying to use the blog template for my home page, but the navigation bar disappears and some of the fonts change when I publish it to my folder. Anyone have experience with this?

    iWeb appears to be picking up the font size and bolding from the previous text boxes, which are larger headings. The first few words or characters are bold and in the heading pt. size, then the rest of the text is OK. Originally, I had both the headings and text in the same text box. I separated them to try and fix things.
    I tried changing the inset margin from 4 pt to 6. Didn't work.
    I also can't figure out why my navbar doesn't appear on my home page (redesigned using the blog template). Oddly enough, if I load a different page and click back to my home page, the navbar finally appears, but that's no help if someone goes directly to my home page first.
    Thoughts?

  • When I open my safari it will no longer go directly to my yahoo home page, says..Safari cannot open page because too many redirects occurred,  Can some one tell me how to fix this, I have tried bookmark but won't open from there.

    when I open my safari it will no longer go directly to my yahoo home page, says.. Safari cannot open page because too many redirects accured, how do I fix this.

    Clear the cache in Safari and have another try
    Cheers!

  • Firefox will not open to home page as directed in options and settings. Opening in safe mode makes no difference, either. Any ideas?

    Firefox will not open to home page as set in the settings. Even in safe mode, it still will not open to home page as directed. It seems to want to open to last set of tabs, even though that is not the way it was set in settings. It seems as though the settings do not have any impact on the way it behaves!!!

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Do a clean reinstall and delete the Firefox program folder before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 20.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Is it possible for me to replace the present pictures on the Apple TV home page with my own personal pics?

    Is it possible to replace the present pictures on the Apple TV home page(floating) with my own?

    Welcome to the Apple Computer.
    You can't change the stock photos, but you can add your own and view those instead.
    First add your photos, you can do this from the advanced menu in iTunes. Once you've added photos to share, go to settings > screensaver on the Apple TV and select the photos to use as a screensaver.

Maybe you are looking for

  • Excluding of records from extraction

    Hi Experts 1. I am in need of code to exclude the records for a particular value of the fields AUART and                 VBUND                                          For records with the following criteria should be EXCLUDED           Sales Order T

  • Mail adapter multipart message problem

    Hello everyone. I'm experiencing problem with receiver mail adapter. In XIPAYLOAD mode (keeping attachments, use mail package, content encoding - none) messages that has multipart mime type (multipart/alternative exactly) are processing strange way (

  • On the bottom bar of firefox i have-- (c)sunny folk-- showing up . Any ideas?

    Where the print is it has a white background. When a website is loading the print is still visible, but covered with the website info. After loading on the display bar it displays --done-- on the left hand side. Seems to be acting normal . Any ideas?

  • Installation of Photoshop Elements

    When installing PHE it stops at Shared Technologes and the installation rolls back. Why?

  • Migrating backup data to another subscription

    I am buying a new Azure subscription. The tech support team at Microsoft is moving most of the services and their data to the new Subscription for me, but they do not migrate Azure Backup Service. I want to move my backup vault and data from one Azur