What are tags?
General Web-programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > General Web-programmingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Friday, 5 September 2008
Anchors and Hyperlinks Mike from Moriches 00:57:44
 I can jump to an anchor within a web page, no problem. I can go to another
page using a hyperlink, no problem. I can't jump to an anchor on one page
via a hyperlink from a different page. Is this possible? If so, what is the
syntax for the anchor or hyperlink on the originating page to get to an
anchor somewhere on the hyperlinked page?

Thanks!
Mike from Moriches

comment 1 answer | Add comment
Thursday, 4 September 2008
how can i passing data between windows (IE7) CaesarX 19:16:01
 Hi, excuse my english...

with visual studio i got this (more or less)

window 1:
...
<script type="text/javascri­pt">
function opener() {
window.open ('window2.aspx',"X"­,"scrollbars=yes,sta­tus,width=450,
height=450,top=0,le­ft=0");
}
</script>
...
<input id="ID" runat="server" name="ID" class="input_texto"­/>
------------
window 2.aspx:
after clicking a button on this window... goes to the javascript

<script type="text/javascri­pt" >
function Sel(valuex) {
window.parent.docum­ent.forms(0).item("I­D").value=valuex;
window.close();
}
</script>
------------------

either doesnt work usign this:
window.opener.docum­ent.getElementById("­ID").value=valor;

can anybody help me?
comment 1 answer | Add comment
Wednesday, 3 September 2008
Child text box does not refresh after window resize... Sixbells 14:35:35
 Website: http://www.mwncov.c­om
When I resize the window, the text box on the Lawyers' pages disappears and
needs to be refreshed before being displayed again. I know I could use the
System Meta Variable (HTTP-EQUIV) dialog box, type REFRESH and set a time
interval, but that would not always refresh after resizing the window.

I always thought that a window resize forced a refresh, obviously not. Is
there a way for me to capture a resize event, and 'force' a refresh?? I am
at a loss.
--
Many Regards and Thank You,
Sixbells
comment 1 answer | Add comment
Text over a JPEG - Absolute positioning Sixbells 00:17:57
 Good Day,
I have a *.jpg and want to place test over it and keep the text in an
absolute position relative to the picture within the page.
--
Many Regards and Thank You,
Sixbells
comment 19 answers | Add comment
I lost the style and navigation buttons on our web site Pastor 00:12:50
 The originator of our church web site passed away. No one could or would
take it over.
I am attempting to do it, but am computer challenged. Could any one help?
comment 1 answer | Add comment
Monday, 1 September 2008
My site anomaly Ronny 11:08:09
 I have a small site www.triplebit.com and after uploading some files with
frontpage2003 I encounter a strange problem-
Using the URL http://www.triplebi­t.com with a browser ends up with a save
dialog box with some file named "triplebit"(which I couldn't even see in the
Linux host) that can be downloaded instead of bringing the homepage. Using a
browser from Vista PC ends up with a save dialog box of "triplebit_com"
file...
Using the URL http://www.triplebi­t.com/index.html behaves normally and bring
up the home page.

Does anyone have an advise please?

Regards
Ronny


comment 1 answer | Add comment
Thursday, 28 August 2008
RE: front page manual Trainmaster69 13:38:52
 Anyone know if there is a step by step trouble-shooting book/manual for
Frontpage for us people to have on hand if we need it? Thanks...Trainmaste­r69
--
tm


"Thank You, KALISTICAL" wrote:

does any one know where I can get a front page manual.
comment 1 answer | Add comment
Tuesday, 26 August 2008
Re: Still Open - White space on third party browsers. Stefan B Rusynko 20:08:00
 Set your page margins to 0
Or add a style
body {margin:0px;}


--

___________________­____________________­______
SBR @ ENJOY (-:­ [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
___________________­____________________­______


"Sixbells" <Sixbells@discussio­ns.microsoft.com> wrote in message news:14C4544A-E565-­428D-9FB6-8C4C83217A­1F@microsoft.com...
|I tried the code change as scripted below with No Joy, it still has the same
| white space on the top and bottom sides...
|
| Also I can only test with IE 7.0, but the client claims that the white space
| described above happens on her IE 6.0? Anyway, still having the same
| problems with Opera, Firefox, Netscape and Macs. BUMMER!!
| --
| Many Regards and Thank You,
| Sixbells
| +++++++++++++++++++­++++++++++++++++
|
| "Sixbells" wrote:
|
| > Thanks Steve I will give it a try! You guys are great!
| > --
| > Many Regards and Thank You,
| > Sixbells
| >
| >
| > "Steve Easton" wrote:
| >
| > > Move the padding setting from the image tag to the td tag that holds the image
| > >
| > > Try changing this:
| > > <img width="390" style="border: 1px solid rgb(153, 153, 102); padding: 0px;"
| > > src="images/GoldenG­ateBridge-390x706.jp­g"/>
| > > to:
| > > <img width="390" style="border: 1px solid rgb(153, 153, 102); " src="images/GoldenG­ateBridge-390x706.jp­g"/>
| > >
| > > and this:
| > > <td nowrap="" bgcolor="#ffffff" align="left" width="392" rowspan="4">
| > >
| > > to:
| > > <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left" width="392" rowspan="4">
| > >
| > > You can get rid of nowrap="" also
| > >
| > >
| > > --
| > >
| > > Steve Easton
| > > Microsoft MVP FrontPage
| > > FP Cleaner
| > > http://www.95isaliv­e.com/fixes/fpclean.­htm
| > > Hit Me FP
| > > http://www.95isaliv­e.com/fixes/HitMeFP.­htm
| > >
| > >
| > > "Sixbells" <Sixbells@discussio­ns.microsoft.com> wrote in message
| > > news:3BF48B4A-759F-­4A6E-9136-2573835E0F­25@microsoft.com...
| > > > Good Day;
| > > > I have nailed the proper display of the web site's window in all versions of
| > > > Microsoft's Internet Explorer, but with all of the third pary browsers:
| > > > Firefox, Netscape, Opera and Mac, white space is displayed on the top and
| > > > bottom. I know it is a Microsoft world, but my brother uses Macs in his
| > > > office and most of his client's are in California (Apple Country), so I need
| > > > to have it display properly in all browsers. Besides it is good form and a
| > > > nice skill to learn!
| > > >
| > > > The site is: http://www.flatsqui­rrel.us/MWN
| > > >
| > > > Thanks in Advance.
| > > > --
| > > > Many Regards and Thank You,
| > > > Sixbells
| > >
| > >
| > >


comment 4 answer | Add comment
Monday, 25 August 2008
Macro: Substitution font and size LGosvig 15:33:09
 I'm collecting data (public, concerning law and legislation and therefore
fully legal) for a site in Frontpage. Our Parliament (from where I collect
the data) formats the text in Times New Roman, and with three different sizes
in the document.



I've been trying to code a macro that "selects all" and then changes the
font to Verdana, 10pt. I simply can't make it work.

Has anyone written such a macro allready and is willing to share

Best regards
comment 2 answer | Add comment
Friday, 22 August 2008
add a pop up? D. Hudson 01:55:53
 Is there a way to add a pop up window with a message when someone visits my
site?
This pop up would need to open if someone has one of my pages saved as a
favorite on their computer, rather than being opened by clicking a link on
one of my pages. I run Windows XP and Office '02 XP.
Thanks,
Dennis


comment 6 answers | Add comment
Thursday, 21 August 2008
Vcard - Help! Inserting into my site Mary 18:52:25
 Is there a bit of coding I can add so when someone clicks on the link to a
Vcard the file automatically dowloads and opens?
--
visit my websites: http://www.hcsdesig­ns.com
comment 4 answer | Add comment
Wednesday, 20 August 2008
Conflict between Frontpage extensions and SharePoint server Jorgen 10:10:01
 I don’t know if this is the right forum, but I try anyway.

I am used to use Frontpage and Frontpage extensions to build intranet sites
running on IIS 5.0 located on machine running win server 200?.

Now my company have decided to go to SharePoint server solution. This
creates a problem for my IIS and Frontpage extension solution. The experts
claim that my IIS conflicts with the SharePoint installation. They are the
big guys, so I have to remove the facilities in my FP solution who are based
on the FPextensions.

Is that so, or how do I get around having my IIS located on the same machine
as the Sharepoint??

Thanks in advance

Jorgen

comment 2 answer | Add comment
Tuesday, 12 August 2008
how do i add a blank line in my output for XML? NewXMLcoder 11:29:38
 I'm writing something in XML and when I open the xml file the output doesn't
have any blank lines between paragraphs. I want to insert a blank line to
seperate things. Can anyone tell me how to do this using XML?
comment 1 answer | Add comment
Friday, 8 August 2008
error in publishing web Parulg 20:01:59
 When I m trying to publish web using frontpage editor, an error is
occuring:-

"The server you are publishing to does not have the frontpage Server
Extensions installed and therefore does not support publishing via
HTTP. To continue publishing, specify a location that will work with
FTP"
Plz help.........
comment 6 answers | Add comment
Re: Windows Media Player problem. Patrick 18:45:01
 Thomas:

After reviewing the steps that I originally took, I found that I made one
bad assumption, that being that FrontPage would generate the link, in that I
did "Import" the file. In fact, I had even removed Auto Start and reduced
the size of the player, etc. As a result of your comments, all I had to do
was the one thing... correct my bad assumption! Thanks...
--
Patrick


"Thomas A. Rowe" wrote:

I see a number of issues:
1. Make sure you always have a web / site open in FP prior to working on your content.
2. All content must be created in or imported into the current open FP site / web.
3. Remove all spaces and any other special characters from Folder and File names.
4. It appears that you did not import the videos into your current open site / web since the URL
points back to your local HD.
--
===================­====================­=======
Thomas A. Rowe
Microsoft MVP - FrontPage
===================­====================­=======
"Patrick" <Patrick@discussion­s.microsoft.com> wrote in message
news:31403D0F-8428-­4CD1-9ED2-C6E565E846­86@microsoft.com...
Thomas:
First of all, what's playing are junk clips, for testing purposes... so,
please ignore the silly stuff.
Thanks for such a quick response.
Bruce
--
Patrick
"Thomas A. Rowe" wrote:
Can you provide the URL to the page with your media player?
--
===================­====================­=======
Thomas A. Rowe
Microsoft MVP - FrontPage
===================­====================­=======
"Patrick" <Patrick@discussion­s.microsoft.com> wrote in message
news:7C4E854F-9DF8-­412B-BB16-523D5E8709­34@microsoft.com...
Need some help from the pros!
I have inserted Windows Media Player into one of the pages of my website. I
imported the .wav file and went through the steps for ActiveX and selected
Windows Media Player. I am able to play the file on my development computer,
even after closing FrontPage, but I am unable to play the file on other
computers. The other computers are fully up-to-date with Windows XP Pro, but
the Windows Media player does not play this file -- I use Internet Explorer,
current version, on all computers. But, like I mentioned, it plays on the
development computer but not on the other computers.
I removed Auto Start, but that didn't help.
I've drawn a blank... what am I missing?
Your help is needed and would be greatly appreciated.
Thanks,
--
Patrick
comment 2 answer | Add comment
Thursday, 7 August 2008
Publish Web Site Problem Bruce 18:34:16
 Using FrontPage 2003 publishing site from Local to Remote, When I click the
Publish Web Site button I get this message:

The server sent a response which frontpage could not parse.

I contacted the hosting Co. (Host Excellence) they said:

Thank you for your patience!
Our system administrators have investigated your issue and verified that
there are no problems from our side and everything is configured
correctly. Please check local Frontpage logs : wecerr.txt &/or FRONTPG.log
in windows TEMP folder to see if there are any errors since server logs
show no errors.

How do I check Please check local Frontpage logs?

comment 5 answers | Add comment
Wednesday, 6 August 2008
FTP logging in Ioannes Kyriakou 19:08:59
 How can I make an ftp accesible to members and not everybody. I want to
upload test results for students for a short period , with their account,
and delete them automatically after a month.

I. Kyriakou

comment 1 answer | Add comment
Monday, 4 August 2008
Web page not recognized Edward Owen 03:26:45
 I normally don't have many problems creating pages and uploading them, but I
encountered something today that is baffling me.

I have a website with multiple pages. Today I created a new page, and
modified one of the old ones. Host is GoDaddy. New page uploaded just
fine. The modified OLD page however is a different story. I can look at
the storage directory on the computer, and see today's date and latest
update time.

When I use GoDaddy's FTP upload, it is showing me yesterday's date (from MY
harddrive) when I last did work on this page. When I look at the _vti_cnf
folder, it gives me today's date.

The only thing I did to this page was add some links to it. The file is
correct on my computer, but somehow in the transfer process things are a bit
crazy. Any ideas would be appreciated.


comment 1 answer | Add comment
Saturday, 2 August 2008
I need the office business home web site's Layonne A Gaddis 11:18:52
 
comment 1 answer | Add comment
Friday, 1 August 2008
White space on third party browsers. Sixbells 03:02:05
 Good Day;
I have nailed the proper display of the web site's window in all versions of
Microsoft's Internet Explorer, but with all of the third pary browsers:
Firefox, Netscape, Opera and Mac, white space is displayed on the top and
bottom. I know it is a Microsoft world, but my brother uses Macs in his
office and most of his client's are in California (Apple Country), so I need
to have it display properly in all browsers. Besides it is good form and a
nice skill to learn!

The site is: http://www.flatsqui­rrel.us/MWN

Thanks in Advance.
--
Many Regards and Thank You,
Sixbells
comment 1 answer | Add comment
Nested Tables and Absolute Positioning Sixbells 00:06:00
 Good Day;

On the three Attorneys Pages I want to insert a text box directly below the
attorney's picture, but when I attempt to add a table, it does not maintain
it's absoute position and shifts when displayed in all browsers. I believe
it is called nested tables (not sure), but how do I get it to stay in the
same position relative to the attorney's picture?

The site is: http://www.flatsqui­rrel.us/MWN

Thanks in Advance!
--
Many Regards and Thank You,
Sixbells
Add comment
Monday, 28 July 2008
Adding a flash screen on workbook startup Roger on Excel 12:19:37
 I would like to have an embedded image be shown for a few seconds on the
startup of a XL workbook.

The flash screen would be embedded uin the workbook so that it would show
which ever pc the file was on.

Can anyone help?
comment 1 answer | Add comment
Sunday, 27 July 2008
Frontpage authors & addon domains Bruce 03:52:38
 Can anyone help Please!
I have a website with 4 addon domains on my hosting account.
Everything will be controlled via the primary site's control panel.
Frontpage by default uses my primary control panel username and password,
for publishing all sites.

Since I don't want to give everyone (The 4 addon domains) my username and
password, how can I create additional Frontpage authors for the addon
domains within Frontpage and give those out so they can publish.

Bruce

comment 2 answer | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > General Web-programmingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
[Installation, Configuration &…
[Installation, Configuration &…
pass tests:
see also:
hello I new
How to convert MTS files

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .