Search found 20 matches

by ebelouet
Mon Sep 14, 2020 2:43 pm
Forum: Coding Questions
Topic: httprequest
Replies: 2
Views: 2058

Re: httprequest

Hi,

thank you very much, its working very well now.

Eric
by ebelouet
Mon Sep 14, 2020 12:06 pm
Forum: Coding Questions
Topic: httprequest
Replies: 2
Views: 2058

httprequest

HI,

why en this example I don't receive number 12 on debug ?

Procedure HttpGetEvent(Success, Result$, UserData)
If Success
Debug Result$
Debug UserData
Else
Debug "HTTPRequest(): Error"
EndIf
EndProcedure

;http://spider.ebconnections.com/request/getVerifLogin.php?&userAdresse=eric&userpwd ...
by ebelouet
Wed May 13, 2020 6:03 pm
Forum: Coding Questions
Topic: Safari display problem
Replies: 4
Views: 3426

Re: Safari display problem

yes i confirm but without spider program, hard to where is mistake ?

Sincerely
Eric
by ebelouet
Sun May 03, 2020 12:51 pm
Forum: Coding Questions
Topic: ionic framwork
Replies: 3
Views: 3121

Re: ionic framwork

thank a lot.
Eric
by ebelouet
Sun May 03, 2020 8:11 am
Forum: Coding Questions
Topic: ionic framwork
Replies: 3
Views: 3121

ionic framwork

HI,

Is it possible to use ionic framwork with spiderbasic and do you know where can we find example ?

Sincerely
Eric
by ebelouet
Sat May 02, 2020 6:27 am
Forum: Coding Questions
Topic: bootstrap examples with many pages
Replies: 6
Views: 4327

Re: bootstrap examples with many pages

HI,

thank you very much, it's work very well now.
I have another question, do you think that it's possible to put this example in full windows as same navigator function F11 ?

Sincerely
Eric
by ebelouet
Fri May 01, 2020 9:35 pm
Forum: Coding Questions
Topic: bootstrap examples with many pages
Replies: 6
Views: 4327

Re: bootstrap examples with many pages

html example

<!DOCTYPE html>
<html lang="fr">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384 ...
by ebelouet
Fri May 01, 2020 9:31 pm
Forum: Coding Questions
Topic: bootstrap examples with many pages
Replies: 6
Views: 4327

Re: bootstrap examples with many pages

it should writing a text so i can sending html example of this if you want ?
by ebelouet
Fri May 01, 2020 8:18 pm
Forum: Coding Questions
Topic: bootstrap examples with many pages
Replies: 6
Views: 4327

Re: bootstrap examples with many pages

here is exemple what we have nothing when we are click on menu, where is mistake ?

Procedure AppendBody(content.s)
!$("body").append(v_content);
EndProcedure

Procedure Main()
AppendBody( ""+
"<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css ...
by ebelouet
Fri May 01, 2020 12:17 pm
Forum: Coding Questions
Topic: bootstrap examples with many pages
Replies: 6
Views: 4327

bootstrap examples with many pages

Hi,

I search a example with bootstrap and show many pages or ancrs in same windows ?

Sincerely
Eric