Click here to Skip to main content
15,949,686 members
Home / Discussions / Web Development
   

Web Development

 
GeneralBrowser compatabiliy asp.net Pin
satyav14-Jun-04 5:43
satyav14-Jun-04 5:43 
GeneralSubmission Wizard Pin
deeps2614-Jun-04 3:00
deeps2614-Jun-04 3:00 
GeneralInput Type=hidden Problem Pin
Brendan Vogt14-Jun-04 0:09
Brendan Vogt14-Jun-04 0:09 
GeneralRe: Input Type=hidden Problem Pin
deeps2614-Jun-04 2:57
deeps2614-Jun-04 2:57 
GeneralRe: Input Type=hidden Problem Pin
kyleiscool200414-Jun-04 6:42
kyleiscool200414-Jun-04 6:42 
GeneralRe: Input Type=hidden Problem Pin
Richard Deeming17-Jun-04 8:09
mveRichard Deeming17-Jun-04 8:09 
GeneralJAVASCRIPT QUESTIONS Pin
Brendan Vogt14-Jun-04 0:02
Brendan Vogt14-Jun-04 0:02 
GeneralRe: JAVASCRIPT QUESTIONS Pin
alex.barylski16-Jun-04 11:34
alex.barylski16-Jun-04 11:34 
Brendan Vogt wrote:
I’m looking for code on how to write a basic content management system. I have basic code for the bold, italic, and underline tag. Does anyone know where I can find some decent code or articles on this subject?

Do a google search Smile | :)

Brendan Vogt wrote:
I have a cancel button in one of my pages, it should go to the default (home page) when clicked. How do I write code for this?

Either use JScript and do the following inside onClick or anchor tag:

location.href = 'home.html';


or on the server side you can redirect; PHP is as follows:

header('location: home.html');


I don't imagine ASP is much different.

Brendan Vogt wrote:
Then, how does one disable the Browser’s back button? I saw this code somewhere, but not sure where.

Disabled? I'm not sure that without an activex component installed this would even be possible. The only time IE has disabled back/next buttons are disabled I think, is when there are no previous pages. So you would have to somehow programmatically clear your history cache. I'm not sure this is possible. If you find out otherwise let me know how Smile | :)



How do I print my voice mail?
Generalclient side caching Pin
alex.barylski13-Jun-04 23:16
alex.barylski13-Jun-04 23:16 
GeneralRe: client side caching Pin
palbano14-Jun-04 17:18
palbano14-Jun-04 17:18 
GeneralRe: client side caching Pin
alex.barylski16-Jun-04 11:29
alex.barylski16-Jun-04 11:29 
GeneralRe: client side caching Pin
palbano16-Jun-04 11:39
palbano16-Jun-04 11:39 
GeneralRe: client side caching Pin
alex.barylski17-Jun-04 11:52
alex.barylski17-Jun-04 11:52 
Generalphp script sending email problem Pin
wisecrack13-Jun-04 18:23
wisecrack13-Jun-04 18:23 
GeneralASP and Exe file Pin
Hasan Rashid13-Jun-04 10:26
Hasan Rashid13-Jun-04 10:26 
GeneralLink to other frames Pin
GermanGeorge13-Jun-04 10:20
GermanGeorge13-Jun-04 10:20 
GeneralRe: Link to other frames Pin
Hesham Amin13-Jun-04 22:17
Hesham Amin13-Jun-04 22:17 
GeneralRe: Link to other frames Pin
GermanGeorge13-Jun-04 22:23
GermanGeorge13-Jun-04 22:23 
GeneralJavascript menu target diffrent frames Pin
Anonymous13-Jun-04 6:00
Anonymous13-Jun-04 6:00 
GeneralVoice Pin
azitto11-Jun-04 10:55
azitto11-Jun-04 10:55 
GeneralRe: Voice Pin
theJazzyBrain13-Jun-04 21:57
theJazzyBrain13-Jun-04 21:57 
Generalmediaplayer problem... Pin
l a u r e n11-Jun-04 10:45
l a u r e n11-Jun-04 10:45 
GeneralRe: mediaplayer problem... Pin
palbano12-Jun-04 8:21
palbano12-Jun-04 8:21 
GeneralRe: mediaplayer problem... Pin
l a u r e n12-Jun-04 8:32
l a u r e n12-Jun-04 8:32 
GeneralRe: mediaplayer problem... Pin
palbano12-Jun-04 9:19
palbano12-Jun-04 9:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.