hi,
i in my html page, i need to use the back button, in which i made a link and i used this
Back
but, it takes me back, and reloading to page where i was. it's not working. any help?
hello
i made an HTML page with all widths and heights as percentage "that's primary for my design to work with all resolutions" but when i re-size my web browser everything will be damaged.
is there a way that when i re-size my web browser i can scroll the page ?
Thanks
Hello
I just bought new domain for my web page.
Is it good to use php redirection to the new domain and what are the exact headers that I must send to google bot to just renew the address and keep the page rank without loosing position in search results for the specific keyword ?
Regards
Hi
I want to create log in page with c# asp.net.
I do it.
Now when the user is log in, I want to get user ID and use it in other page.
How can i do it?
Thank you for your help
hi,
we are using swfupload for the sake of uploading process in our project but we need add some extra parameter and send them via swfupload to aps.net page
how can I do this?
is it possible at all to passing extra parameters to a server-side page by using swfupload?
regards.
Can anybody help me with this CSS issue. This online tutorial displays ok in FF and Chrome but in IE, the main content is pushed down the page for some reason.
Here's the link:
Problem Page
GF
I want to link to a plain html page from a zend_controller controlled page. I have no idea how to do this.I have tried with 'redirect(site/somedir/some.html)' but, of course, that doesn't work.
thank you
Hi,
I am developing a simple email portal as my college assignment and I refer gmail for various features.Now when we sign into a gmail account and then if we hit the back button of the browser we somehow still remain on the inbox page.In my case after login if I press back button I comeback to the login page.Please suggest how can I achieve this.Also I am a newbie to ASP.NET so keep it detailed
Hi,
I am trying to build a reviews and ratings page inside my iPhone application which I want to make it look similar to the AppStore's 'Reviews' page.
Any suggestions how should I go for it?
Thanks!
Hi,
my custom 404.php page is located in /includes/404.php.
My current .htaccess file does the following redirect:
ErrorDocument 404 http://imgpls.localhost/includes/404.php
So the url looks like: mysite.com/includes/404.php .
Basically I need a double redirect: 1) 404 eror page to mysite.com/404.php (so the url looks nice) 2) mysite.com/404.php to mysite.com/includes/404.php where the file actually is.
How can I achieve that? Thanks in advance.
How to check in C# if a javascript file is already loaded on to the page? Let's say I have a user control in a different namespace that I load on to a page. I would like to see if a script file doesn't exist before I register it with the scriptmanager.
Hi All,
I have an ashx custom handler I goto to view my images. When I come accross an image that's not there I'm trying to throw a JavaScript alert saying the file is not found. But I want it to stay on the page? Is this possible? Insted it just goes to the blank page of the ashx handler.
Thanks,
Rodney
My application users asked if it were possible for pages that contain a jqGrid to remember the filter, sort order and current page of the grid (because when they click a grid item to carry out a task and then go back to it they'd like it to be "as they left it")
Cookies seem to be the way forward, but how to get the page to load these and set them in the grid before it makes its first data request is a little beyond me at this stage.
Does anyone have any experience with this kind of thing with jqGrid? Thanks!
Hi all
I have a URL such as http://www.domain.com/index.php?p=register. I want to redirect that to use HTTPS (SSL) with .htaccess, but only on this, and a couple of other pages (the login page, etc), but not the entire site. The URLs don't point to directories, but are used to dynamically include different files.
Can someone give me a pointer or an example of how to get a single page redirect to HTTPS please?
Thanks,
James
In a htmlpage using jquery or javascript how can the following be achieved?
User types in a question in a textarea and press on enter button ,then the same question should be displayed dynamically in the page below the textarea and the user can enter as many questions.
And when the user is done the page is submitted through a submit button
Can u please give a small hint of how this can be done..
Thanks..
I stored a object in viewstate on Page. Now when i access the same viewsate object on usercontrol,it shows as null. I even tried creating the same viewstate with same name in usercontrol and page.Both holds different value.
I understand that viewstate is a protected property. How does this thing implement in above scenerio or is there any other reason for this behaviour.
For an internal customer service application, I want to create a web page that displays name and address along with some other details.
Assume we have 2 printers, PLASER and PLABEL.
Is it possible using CSS, or other methods, to send the entire page to the printer when printer PLASER is selected, and only the name & address, when printer PLABEL is selected?
Is there any way to manipulate, from an Applet, the DOM of a HTML page that hosts that applet? When a say manipulate, i want, for example, to create new elements in the HTML's page
I guess this may be a novice question ( Which I am :) ).
While redirecting user to custom error page, for e.g. 404, to tell that page wasn't found, the type of this redirect is 302.
<error statusCode="404" redirect="/Utility/Error404.aspx" />
<error statusCode="400" redirect="/Utility/Error404.aspx" />
Is it possible to make this redirect 301 through Web.config?
Thanks in advance to you all code maniacs.
I have page in my asp.net mvc website with a flash app on it, and the user can stay on that page for hours, but his auth cookie is going to expire, so I'm thinking to create a PingController and to call it using jquery $.post each 20 minutes.
is this a good idea ?
or there is something better ?
I'm using will_paginate as standard, but it only shows the pagination controls (< 1 2 etc) when there's more than one page to display. Normally, this would be what is wanted, but I want to see the pagination controls (for UI consistency and to get round an annoying CSS quirk in the system I'm working on) even when there's only 1 page to display (showing < 1 ).
Is this possible?
I want to make a website that will have multiple pages, but because of a unique navigation bar, I cannot simply link to a new file for each page. What is the best way to accomplish this. Some possibilities that I can think of are having all of them on one page, but using css and javascript to move the other pages offscreen, or using iframes and loading them with javascript. Could someone please direct me to some examples or tutorials?
Using Joomla 1.5.15, I installed Apoll component for polls, then the home page started looking weird as shown in the image
Deleting the browsers' cookies makes the home page work again.
Note that the issue doesn't concern the rest of the website, only the homepage.
The website is : www.guiderabat.com
I'd like to extract all the ISBNs on a dynamic web page that I can't feed through a Yahoo Pipe (the user has to log in to see the page). Is there a way to do that with jQuery? How?
Thanks!