PC Review


Reply
Thread Tools Rate Thread

how can I change the format of a popup message box in FrontPage

 
 
=?Utf-8?B?RWxsZW4gSg==?=
Guest
Posts: n/a
 
      16th Jun 2005
I want to change the format of a popup message box in FrontPage, such as the
color and words at the top. In other words, I don't want it to look like an
error box. How can I do this?
 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      16th Jun 2005
You don't if using the FP Form Field Validation.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Ellen J" <Ellen (E-Mail Removed)> wrote in message
news:F090BA86-9944-46FA-A879-(E-Mail Removed)...
>I want to change the format of a popup message box in FrontPage, such as the
> color and words at the top. In other words, I don't want it to look like an
> error box. How can I do this?



 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      16th Jun 2005
You can't, the format is built into the application (the box is actually
generated by the browser, when it sees the "alert=" code. It is a standard
windows O/S box, not really to do with Frontpage at all.

You could make a popup window using the Spawn @ www.jimcoaddins.com and
customise that to the size, colour and style you want. Of course it will
look like a browser window, rather than an alert/error box. But you'd have
pretty much control over it.

Remember all the settings for error boxes are changed in the Windows OS
(under Rightclick Desktop > Display >Properties > Appearance).

Exactly in what situation are you wanting to use the alert/error box? i.e.
part of the form validation, or just in some other way?

"Ellen J" <Ellen (E-Mail Removed)> wrote in message
news:F090BA86-9944-46FA-A879-(E-Mail Removed)...
>I want to change the format of a popup message box in FrontPage, such as
>the
> color and words at the top. In other words, I don't want it to look like
> an
> error box. How can I do this?



 
Reply With Quote
 
=?Utf-8?B?RWxsZW4=?=
Guest
Posts: n/a
 
      17th Jun 2005
Thanks for the info. I have a webpage on which there are several text
subjects. When the user clicks on a subject, I want a box to pop up that
gives an explanation as to what the subject is. The popup box is great, but
it just looks like an error box to many people.

"Andrew Murray" wrote:

> You can't, the format is built into the application (the box is actually
> generated by the browser, when it sees the "alert=" code. It is a standard
> windows O/S box, not really to do with Frontpage at all.
>
> You could make a popup window using the Spawn @ www.jimcoaddins.com and
> customise that to the size, colour and style you want. Of course it will
> look like a browser window, rather than an alert/error box. But you'd have
> pretty much control over it.
>
> Remember all the settings for error boxes are changed in the Windows OS
> (under Rightclick Desktop > Display >Properties > Appearance).
>
> Exactly in what situation are you wanting to use the alert/error box? i.e.
> part of the form validation, or just in some other way?
>
> "Ellen J" <Ellen (E-Mail Removed)> wrote in message
> news:F090BA86-9944-46FA-A879-(E-Mail Removed)...
> >I want to change the format of a popup message box in FrontPage, such as
> >the
> > color and words at the top. In other words, I don't want it to look like
> > an
> > error box. How can I do this?

>
>
>

 
Reply With Quote
 
Chris Leeds, MVP-FrontPage
Guest
Posts: n/a
 
      18th Jun 2005
something like this: http://www.walterzorn.com/tooltip/tooltip_e.htm
?

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
"Ellen" <(E-Mail Removed)> wrote in message
news:0DBA0E68-A8B1-49D5-BCAC-(E-Mail Removed)...
> Thanks for the info. I have a webpage on which there are several text
> subjects. When the user clicks on a subject, I want a box to pop up that
> gives an explanation as to what the subject is. The popup box is great,

but
> it just looks like an error box to many people.
>
> "Andrew Murray" wrote:
>
> > You can't, the format is built into the application (the box is actually
> > generated by the browser, when it sees the "alert=" code. It is a

standard
> > windows O/S box, not really to do with Frontpage at all.
> >
> > You could make a popup window using the Spawn @ www.jimcoaddins.com and
> > customise that to the size, colour and style you want. Of course it

will
> > look like a browser window, rather than an alert/error box. But you'd

have
> > pretty much control over it.
> >
> > Remember all the settings for error boxes are changed in the Windows OS
> > (under Rightclick Desktop > Display >Properties > Appearance).
> >
> > Exactly in what situation are you wanting to use the alert/error box?

i.e.
> > part of the form validation, or just in some other way?
> >
> > "Ellen J" <Ellen (E-Mail Removed)> wrote in message
> > news:F090BA86-9944-46FA-A879-(E-Mail Removed)...
> > >I want to change the format of a popup message box in FrontPage, such

as
> > >the
> > > color and words at the top. In other words, I don't want it to look

like
> > > an
> > > error box. How can I do this?

> >
> >
> >



 
Reply With Quote
 
MikeR
Guest
Posts: n/a
 
      18th Jun 2005
Doesn't work in Firefox.
MikeR

Chris Leeds, MVP-FrontPage wrote:
> something like this: http://www.walterzorn.com/tooltip/tooltip_e.htm
> ?
>
> --
> Chris Leeds,
> Microsoft MVP-FrontPage
>
> ContentSeed: great tool for web masters,
> a fantastic convenience for site owners.
> http://contentseed.com/
> --
> "Ellen" <(E-Mail Removed)> wrote in message
> news:0DBA0E68-A8B1-49D5-BCAC-(E-Mail Removed)...
>
>>Thanks for the info. I have a webpage on which there are several text
>>subjects. When the user clicks on a subject, I want a box to pop up that
>>gives an explanation as to what the subject is. The popup box is great,

>
> but
>
>>it just looks like an error box to many people.
>>
>>"Andrew Murray" wrote:
>>
>>
>>>You can't, the format is built into the application (the box is actually
>>>generated by the browser, when it sees the "alert=" code. It is a

>
> standard
>
>>>windows O/S box, not really to do with Frontpage at all.
>>>
>>>You could make a popup window using the Spawn @ www.jimcoaddins.com and
>>>customise that to the size, colour and style you want. Of course it

>
> will
>
>>>look like a browser window, rather than an alert/error box. But you'd

>
> have
>
>>>pretty much control over it.
>>>
>>>Remember all the settings for error boxes are changed in the Windows OS
>>>(under Rightclick Desktop > Display >Properties > Appearance).
>>>
>>>Exactly in what situation are you wanting to use the alert/error box?

>
> i.e.
>
>>>part of the form validation, or just in some other way?
>>>
>>>"Ellen J" <Ellen (E-Mail Removed)> wrote in message
>>>news:F090BA86-9944-46FA-A879-(E-Mail Removed)...
>>>
>>>>I want to change the format of a popup message box in FrontPage, such

>
> as
>
>>>>the
>>>>color and words at the top. In other words, I don't want it to look

>
> like
>
>>>>an
>>>>error box. How can I do this?
>>>
>>>
>>>

>
>

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      19th Jun 2005
I am no expert, but
What doesn't work?

I have both JimcoSpawn and wz_tooltip and both work in IE6 and Firefox

I have spent a bit of time using both, so I may be able to help
--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au

MikeR wrote:
> Doesn't work in Firefox.
> MikeR
>
> Chris Leeds, MVP-FrontPage wrote:
>> something like this: http://www.walterzorn.com/tooltip/tooltip_e.htm
>> ?
>>
>> --
>> Chris Leeds,
>> Microsoft MVP-FrontPage
>>
>> ContentSeed: great tool for web masters,
>> a fantastic convenience for site owners.
>> http://contentseed.com/
>> --
>> "Ellen" <(E-Mail Removed)> wrote in message
>> news:0DBA0E68-A8B1-49D5-BCAC-(E-Mail Removed)...
>>
>>> Thanks for the info. I have a webpage on which there are several
>>> text subjects. When the user clicks on a subject, I want a box to
>>> pop up that gives an explanation as to what the subject is. The
>>> popup box is great,

>>
>> but
>>
>>> it just looks like an error box to many people.
>>>
>>> "Andrew Murray" wrote:
>>>
>>>
>>>> You can't, the format is built into the application (the box is
>>>> actually generated by the browser, when it sees the "alert=" code.
>>>> It is a

>>
>> standard
>>
>>>> windows O/S box, not really to do with Frontpage at all.
>>>>
>>>> You could make a popup window using the Spawn @
>>>> www.jimcoaddins.com and customise that to the size, colour and
>>>> style you want. Of course it

>>
>> will
>>
>>>> look like a browser window, rather than an alert/error box. But
>>>> you'd

>>
>> have
>>
>>>> pretty much control over it.
>>>>
>>>> Remember all the settings for error boxes are changed in the
>>>> Windows OS (under Rightclick Desktop > Display >Properties >
>>>> Appearance). Exactly in what situation are you wanting to use the
>>>> alert/error
>>>> box?

>>
>> i.e.
>>
>>>> part of the form validation, or just in some other way?
>>>>
>>>> "Ellen J" <Ellen (E-Mail Removed)> wrote in message
>>>> news:F090BA86-9944-46FA-A879-(E-Mail Removed)...
>>>>
>>>>> I want to change the format of a popup message box in FrontPage,
>>>>> such

>>
>> as
>>
>>>>> the
>>>>> color and words at the top. In other words, I don't want it to
>>>>> look

>>
>> like
>>
>>>>> an
>>>>> error box. How can I do this?



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


 
Reply With Quote
 
MikeR
Guest
Posts: n/a
 
      19th Jun 2005
The popups at: http://www.walterzorn.com/tooltip/tooltip_e.htm that Chris referred to.
Just so the OP knows.
MikeR

Trevor L. wrote:
> I am no expert, but
> What doesn't work?
>
> I have both JimcoSpawn and wz_tooltip and both work in IE6 and Firefox
>
> I have spent a bit of time using both, so I may be able to help

 
Reply With Quote
 
Chris Leeds, MVP-FrontPage
Guest
Posts: n/a
 
      19th Jun 2005
I'm surprised. he claims all kinds of "cross compatibility".
there's a similar script called "overlib" that may be better in the
"alternative browsers".

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
"MikeR" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> The popups at: http://www.walterzorn.com/tooltip/tooltip_e.htm that Chris

referred to.
> Just so the OP knows.
> MikeR
>
> Trevor L. wrote:
> > I am no expert, but
> > What doesn't work?
> >
> > I have both JimcoSpawn and wz_tooltip and both work in IE6 and Firefox
> >
> > I have spent a bit of time using both, so I may be able to help



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I edit or remove a popup message created in frontpage ? int Microsoft Frontpage 2 31st Dec 2008 02:32 PM
How to change date format in discussion group setup by FrontPage . =?Utf-8?B?Q2x5ZGU=?= Microsoft Frontpage 1 11th Oct 2004 06:28 PM
Track change Author/Date popup shows US date format not correct regional set Wayne Zaunders Microsoft Word New Users 1 23rd May 2004 11:57 AM
Office XP- OUTLOOK: Format toolbar is inactive. Cannot select font, color, underline, italic, etc. This occurs in new message, forward message amd reply message. Tools, Options, Customize, selections do not change the status in the messages. Hel =?Utf-8?B?V01E?= Microsoft Outlook 3 21st Feb 2004 05:56 AM
Format -> Behaviors-> onmouseover-> Popup Message Hazzard Microsoft Frontpage 2 1st Sep 2003 12:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:33 PM.