No estás registrado (Registrarse)

Vanilla 1.1.10 es un producto de Lussumo. Para más información: Documentación, Soporte.

    • CommentAuthorelchevere
    • CommentTimeMar 22nd 2010 editado
     # 1
    Hola estoy montando mensaje.com.ve y quiero inscrustar una web (for-ever.us - envios de sms gratis) dentro de otra pero que calze en el contenedor justo en una parte o posición definida de la web inscrustrada(donde se envia los sms)Economía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorJesus
    • CommentTimeMar 22nd 2010 editado
     # 2
    <iframe src="http://for-ever.us/" width=500 height=600 scrolling=yes frameborder="0"></iframe>

    puedes ir jugando con los valores de width y height hasta cuadrarloZaragoza | Hoteles Albarracin
    • CommentAuthorelchevere
    • CommentTimeMar 22nd 2010
     # 3
    Posted By: jggzgz<iframe src="http://for-ever.us/" width=500 height=600 scrolling=yes frameborder="0"></iframe>

    puedes ir jugando con los valores de width y height hasta cuadrarloVI Subasta sin reserva:TodoColecciones.com :: MXF.es :: CochesDiesel.net :: ProductosGallegos.org :: Auditorios.info


    No se si me explico. lo que quiero es que aparezca solamente la parte de enviar los mensajes para que el usuario de una vez envié el mensaje, no quiero que busque esta parte mediante el scroll en esa páginaEconomía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    • CommentAuthorelchevere
    • CommentTimeMar 22nd 2010 editado
     # 4
    es algo asi lo que quiero que quede encajado..
    mensajecomveEconomía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorDiego
    • CommentTimeMar 22nd 2010
     # 5
    ¿Quién es Gaby? :dumb:
    •  
      CommentAuthorGustavo
    • CommentTimeMar 22nd 2010
     # 6
    965 x 949 es lo más cercano que se puede hacer para eliminar el scroll y aún así le queda un marquito marrón...

    :typeo:

    Irrational Escalation of Commitment.
    • CommentAuthorelchevere
    • CommentTimeMar 22nd 2010 editado
     # 7
    Posted By: Gustavo965 x 949 es lo más cercano que se puede hacer para eliminar el scroll y aún así le queda un marquito marrón...
    :typeo:

    Sociedad de la Información.

    No es que quiero eliminar el scroll gustavo lo que quiero es traerme la pagina en cuestión for-ever.us al contenedor en una posición especifica como aparece en la imagen arriba.Economía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorGustavo
    • CommentTimeMar 22nd 2010
     # 8
    No entiendo ¿quieres o no quieres eliminar el scroll

    :confuso:Irrational Escalation of Commitment.
    •  
      CommentAuthortrevanian
    • CommentTimeMar 22nd 2010
     # 9
    Por lo que entiendo es como crear dos capas.

    En la superior estaría la web principal, con un hueco bajo la que estaría la parte de la web americana en una posición determinada, ocupando la capa inferior.

    He dicho. :dumb:En lo más íntimo quiero chili (con carne, a poder ser :tiko:) · Especialista en tiros por la culata · No me ando con chiquitas · Gandu hu, gandu hu, garu se kaho!
    • CommentAuthorelchevere
    • CommentTimeMar 22nd 2010
     # 10
    Correcto!!!!!!!!!!!!
    Se puede trevanian ?

    Mensaje.com.ve he esta probando con # etiquetas tiene la otra pagina pero no se ubica exactamente donde quiero todavíaEconomía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorGustavo
    • CommentTimeMar 22nd 2010
     # 11
    ¿Cuál es el source del iframe?Irrational Escalation of Commitment.
    • CommentAuthorelchevere
    • CommentTimeMar 22nd 2010 editado
     # 12
    Posted By: Gustavo¿Cuál es el source del iframe?Sociedad de la Información.



    iframe src="http://for-ever.us/#center_content" width="550" height="290" hspace="100" vspace="50" align="top" scrolling=yes frameborder="0">Economía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorGustavo
    • CommentTimeMar 23rd 2010
     # 13
    Pues intenté ponerlo adentro de un div y usar absloute positioning pero no funcionó, puede ser que me equivoque pero no encontré nada en las especificaciones del html que te permitan hacer esto:

    :typeo:

    16.5 Inline frames: the IFRAME element

    <!ELEMENT IFRAME - - (%flow;)* -- inline subwindow -->
    <!ATTLIST IFRAME
    %coreattrs; -- id, class, style, title --
    longdesc %URI; #IMPLIED -- link to long description
    (complements title) --
    name CDATA #IMPLIED -- name of frame for targetting --
    src %URI; #IMPLIED -- source of frame content --
    frameborder (1|0) 1 -- request frame borders? --
    marginwidth %Pixels; #IMPLIED -- margin widths in pixels --
    marginheight %Pixels; #IMPLIED -- margin height in pixels --
    scrolling (yes|no|auto) auto -- scrollbar or none --
    align %IAlign; #IMPLIED -- vertical or horizontal alignment --
    height %Length; #IMPLIED -- frame height --
    width %Length; #IMPLIED -- frame width --
    >

    Attribute definitions

    longdesc = uri [CT]
    This attribute specifies a link to a long description of the frame. This description should supplement the short description provided using the title attribute, and is particularly useful for non-visual user agents.
    name = cdata [CI]
    This attribute assigns a name to the current frame. This name may be used as the target of subsequent links.
    width = length [CN]
    The width of the inline frame.
    height = length [CN]
    The height of the inline frame.

    Attributes defined elsewhere

    * id, class (document-wide identifiers)
    * title (element title)
    * style (inline style information)
    * name, src, frameborder, marginwidth, marginheight, scrolling (frame controls and decoration)
    * align (alignment)

    The IFRAME element allows authors to insert a frame within a block of text. Inserting an inline frame within a section of text is much like inserting an object via the OBJECT element: they both allow you to insert an HTML document in the middle of another, they may both be aligned with surrounding text, etc.

    The information to be inserted inline is designated by the src attribute of this element. The contents of the IFRAME element, on the other hand, should only be displayed by user agents that do not support frames or are configured not to display frames.

    For user agents that support frames, the following example will place an inline frame surrounded by a border in the middle of the text.

    <IFRAME src="foo.html" width="400" height="500"
    scrolling="auto" frameborder="1">
    [Your user agent does not support frames or is currently configured
    not to display frames. However, you may visit
    <A href="foo.html">the related document.</A>]
    </IFRAME>
    Irrational Escalation of Commitment.
    • CommentAuthorelchevere
    • CommentTimeMar 23rd 2010
     # 14
    muchas gracias, gustavo sigo buscando pero gracias por tu interesa. En verdad parece algo que se puede ver tan sencillo pero no lo es, estoy utilizando # , parar poder ubicarlo en una posición idealEconomía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorDomiscopio
    • CommentTimeMar 23rd 2010 editado
     # 15
    Mmmm, si es incrustar lo que se conoce por incrustar yo prefiero utilizar frames instead of iframes....

    En el header...

    <script language="JavaScript">
    function aincrustaaa()
    {
    if (self.parent.frames.length != 0)
    self.parent.location='http://DOMINIO-A-INCRUSTAR.TLD';
    }
    aincrustaaa()
    </script>


    En el body...

    <frameset framespacing="0" border="false" frameborder="0" rows="100%,*">
    <frame name="global" src="http://DOMINIO-A-INCRUSTAR.TLD" scrolling="no" marginheight="1" target="principal">
    </frameset>
    <noframes>
    <body>Tu navegador no soporta frames,actualizate hombre po dió.
    </body>
    </noframes>


    Incrustar lo que se dice incrustar se incrusta oigan :matu: Ahora, no esperen posicionamiento alguno, el incrustar es lo que tiene, y sólo se puede incrustar lo que es de uno, como es lógico pensar!!!!.Ignacio Gil
    • CommentAuthorelchevere
    • CommentTimeMar 23rd 2010
     # 16
    •  
      CommentAuthorGustavo
    • CommentTimeMar 23rd 2010
     # 17
    Avísanos si lo logras elchevere, este es el tipo de enigmas que me preguntan mis estudiantes todos los días...

    :typeo:Irrational Escalation of Commitment.
    • CommentAuthorelchevere
    • CommentTimeMar 23rd 2010
     # 18
    voy a ver Gustavo gracias de todas formas por todo..Economía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    • CommentAuthorJesu
    • CommentTimeMar 24th 2010
     # 19
    Con esto puedes hacer lo que buscas:
    <iframe src="http://for-ever.us/" style="position: absolute; top: -600px; bottom: 0px; left: -50px; right: 0px;" width="530" height="800" scrolling="no" frameborder="0"></iframe>
    •  
      CommentAuthordamefuego
    • CommentTimeMar 24th 2010 editado
     # 20
    A ver chevere...tu quieres incrustar solo el formulario en tu web.
    Hay que hacerlo por object>, si es que se puede y embeberlo dentro de un div o un tabla.
    Yo lo se hacer en flash, no se en este caso que tendria que poner.
    Tienes que ir información de la pagina y capturar el formulario, luegos hacer un object con él.
    Asi:
    <object type="application/x-shockwave-flash" data="http://elchevere.ve/embeberRON" width="600" height="400">
    <param name="movie" value="http://elchevere.ve/embeberRON"/>
    <param name="wmode" value="transparent"/>
    </object>

    En este caso es flash, pero se puede hacer para otro tipo de aplicacion.
    Luego lo pones donde quieres de tu página, y funciona desde la tuya el formulario del la otra pagina
    • CommentAuthorelchevere
    • CommentTimeMar 24th 2010
     # 21
    Hola damefuego gracias, el codigo que me paso jesu sirve funciona pero estoy intentando con un amigo demenita centrarlo, si quieres mira en mensaje.com.veEconomía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorJesus
    • CommentTimeMar 24th 2010
     # 22
    yo con firefox 3.5.8 veo la caja del sms en la parte superior izquierda, supongo que por el cssZaragoza | Hoteles Albarracin
    •  
      CommentAuthordamefuego
    • CommentTimeMar 24th 2010
     # 23
    Veo por iframe lo han puesto, vale..lo pondría dentro de un div en un lugar preciso
    • CommentAuthorelchevere
    • CommentTimeMar 24th 2010 editado
     # 24
    No puedo si centro el div se corre la pagina, podre meter un iframe en otro iframe?Economía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthordamefuego
    • CommentTimeMar 24th 2010
     # 25
    Puedes hacer un frame y poner dentro un iframe
    • CommentAuthorelchevere
    • CommentTimeMar 24th 2010
     # 26
    ya lo he conseguido menos mal gracias a Jesu y a todos ustedes...
    gustavo mira el codigo, no se si sea la mejor forma pero lo hace.. y funciona mejor con google chrome no c por que:clap::clap::clap::clap::clap::clap::clap::clap::clap::clap::cata3::cata3::cata3::cata3::cata3::cata3::cata3:Economía Venezuela;Comprar en China;Credito Personal Online;Aviacion;
    •  
      CommentAuthorGustavo
    • CommentTimeMar 24th 2010 editado
     # 27
    ¡Dos iframes y centras uno con absolute positioning!

    ¡Genial!!!...

    :clap:Irrational Escalation of Commitment.
    • CommentAuthoraries
    • CommentTimeMar 24th 2010
     # 28
    Probando, mensajes no llegan a movistar Perú.