NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Big Ian

Pages: 1 [2] 3
16
Web Server - Ask For Help / Noob Question how do I write CGI?
« on: February 21, 2008, 07:47:37 AM »
Hi All

How do I expose an element of my webserver as CGI or is there a better way of doing it?

Cheers

17
Web Server - Ask For Help / Re: Ideas for Search functionality
« on: February 21, 2008, 03:50:06 AM »
Mike

What you could try is doing it the same way that the search engines do it

Basically you parse out every word from the text and save it in a related file.  Then you parse out the search term, compare it to your list and prioritise on the number of hits.

There's more you can do but that should get you going.

HTH

18
Web Server - Ask For Help / Browse on a form with child browses
« on: February 21, 2008, 03:31:46 AM »
Hi All

I have a memory form which has a set of radio buttons and a browse which has children on it.  However when I select a record in the browse the children don't update to represent this.  They work fine if I call the browse on a normal web page?

Cheers

19
Web Server - Ask For Help / Re: How do I get out of Frames
« on: February 13, 2008, 03:28:52 AM »
Thanks Bruce

20
Web Server - Ask For Help / Re: How do I get out of Frames
« on: February 09, 2008, 04:56:00 AM »
Yep that's about right

Any Ideas?

BTW Is there something wrong with the forum as it seems to enjoy chucking me out and asking me the check my cookie settings (Cookies are on btw)

21
Web Server - Ask For Help / Re: How do I get out of Frames
« on: February 05, 2008, 07:42:20 AM »
OK I did a redesign so the logging in problem has gone away.  However it would still be nice to get rid of the frames for one form.

Cheers

22
Web Server - Ask For Help / Re: How do I get out of Frames
« on: February 05, 2008, 02:30:20 AM »
Bruce

>>
Do you mean by this...
"I can't determine where the Form opens, when clicking on the Insert / Change button on a Browse"

or

"I can't determine the Frame where the Browse opens when clicking on the Save / Cancel button in a form"
<<

I meant that when you specify the "form control procedure" there is no "target frame" option

Basically I have a form where I'm displaying info that the user needs to peruse below the form it's self in order to fill in the form however constantly scrolling up & down proving to be something of a pain so I'd like to ditch the frames so at least the users stand a chance of being able to see some of the info and fill it in without scrolling down every 2 seconds.

>>
Detect where, and why? You can detect in the code of a frame itself using JavaScript. However I'm not sure that's what you're alluding to.

On the server side you can't really tell because the browser doesn't tell you what it's gonna do with the page, it just asks for a page. Of course since you generated the URL in the first place, chances are you know what frame it's going into.
<<

Basically if I've programatically logged someone off the login page is appearing inside the main frame I'd prefer it to be unframed as it looks untidy or at least take the header & footer off of it.  But then again maybe I should do a re-design & just have it as a control.

Cheers

23
Web Server - Ask For Help / Re: How do I get out of Frames
« on: February 04, 2008, 04:37:34 AM »
Oh and another bit I forgot

How can I detect if a forms running in a frame or not?

Cheers

24
Web Server - Ask For Help / Re: How do I get out of Frames
« on: February 04, 2008, 04:36:09 AM »
Thanks Bruce & Alan

That works great for most bits. 

However I can't set the target frame for a form coming off of a browse.

Cheers

25
Web Server - Ask For Help / How do I get out of Frames
« on: January 31, 2008, 08:24:58 AM »
Hi Gang

I doing a web server that has frames however sometimes I'd like to get rid of them or link to an external site without it loading in my frame

How do I do this?

TIA

26
BTW I can't help but feel I'm missing a trick here but is there a manual for all the P_WEB methods & properties?

I've searched and searched and can't seem to find one.

Cheers

27
Thanks Bruce

28
Web Server - Ask For Help / Re: Browse nolonger updates children
« on: January 23, 2008, 04:38:27 AM »
Don't ask me why but it's started working again  :-\

Ah well I'll bear your advice in mind for the next time

29
Web Server - Ask For Help / Browse nolonger updates children
« on: January 22, 2008, 04:20:13 AM »
Hi All

I have a browse that has stopped updating it's child browse when I select a new record.  I've tried ticking the force whole page to refresh & also setting a timer bot nothing seems to happen.

Any ideas?

30
Web Server - Ask For Help / How do I get the base Url Path?
« on: January 18, 2008, 03:44:09 AM »
Hi All

I'm assuming that this is a property in P_web however I can't find it.  Basically if my url is http://www.anyoldwebsite.com/login.htm how do I get the http://www.anyoldwebsite.com/ part.

Cheers

Pages: 1 [2] 3